Click or drag to resize
DigitalRunePlatformHelperSetClipboardText Method
Sets the clipboard text.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static void SetClipboardText(
	string text
)

Parameters

text
Type: SystemString
The text.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext is .
See Also