Method | Description | |
---|---|---|
ContainsText ( ) : bool |
Queries the clipboard for the presence of data in the UnicodeText format.
|
|
SetText ( string text ) : void |
Sets Unicode text data to store on the clipboard.
|
public SetText ( string text ) : void | ||
text | string | A string that contains the Unicode text data to store on the clipboard. |
return | void |