메소드 | 설명 | |
---|---|---|
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[] | ||
리턴 | object[] |
public static SetClipboardTextContent ( bool formatted, object data ) : void | ||
formatted | bool | |
data | object | |
리턴 | void |