Click or drag to resize
BaseComponentCopyToClipBoard Method
Start a new thread that copies a value to the System's Clipboard and waits for that thread to return.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
protected static void CopyToClipBoard(
	string value
)

Parameters

value
Type: SystemString
The value to copy to the clipboard.
See Also