  | PlatformHelperSetClipboardText Method  | 
            Sets the clipboard text.
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic 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