Method | Description | |
---|---|---|
ContainsText ( ) : bool |
Queries the clipboard for the presence of data in the Unicode text format.
|
|
GetText ( ) : string |
Retrieves Unicode text data from the system clipboard, if Unicode text data exists.
|
|
SetText ( string text ) : void |
Sets Unicode text data to store on the clipboard, for later access with System.Windows.Clipboard.GetText().
|
Method | Description | |
---|---|---|
PrepareClipboardInstance ( ) : void |
Prepares the type and reflects for new Silverlight features.
|
|
RequireClipboardFeature ( ) : void |
Prepares to use the System.Windows.Clipboard type and throws an exception if the feature cannot be completely located.
|
public static SetText ( string text ) : void | ||
text | string | A string that contains the Unicode text data to /// store on the clipboard. |
return | void |