Method | Description | |
---|---|---|
Clear ( ) : void |
Removes all data from the Clipboard.
|
|
GetContent ( ) : |
Gets the current content that is stored in the clipboard object.
|
|
SetContent ( |
Sets the current content that is stored in the clipboard object.
|
Method | Description | |
---|---|---|
Clipboard ( ) : System | ||
EmptyClipboard ( ) : void | ||
GetText ( ) : string | ||
SetText ( string text ) : void |
public static GetContent ( ) : |
||
return |
public static SetContent ( |
||
content | Contains the content of the clipboard. /// If NULL, the clipboard is emptied. | |
return | void |