Method | Description | |
---|---|---|
GetClipboardTextContent ( ) : object[] |
Reads and returns text from the clipboard. If data in clipboard is not of unicode text format an empty string will be returned.
|
|
SetClipboardTextContent ( bool formatted, object data ) : void |
Writes given text to the clipboard.
|
public static GetClipboardTextContent ( ) : object[] | ||
return | object[] |
public static SetClipboardTextContent ( bool formatted, object data ) : void | ||
formatted | bool | |
data | object | |
return | void |