| PlatformHelperSetClipboardText Method |
Sets the clipboard text.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static void SetClipboardText(
string text
)
Public Shared Sub SetClipboardText (
text As String
)
public:
static void SetClipboardText(
String^ text
)
static member SetClipboardText :
text : string -> unit
Parameters
- text
- Type: SystemString
The text.
Exceptions See Also