Method | Description | |
---|---|---|
GetData ( string format ) : object |
Retrieves the data from the clipboard.
|
|
SetData ( string format, object data ) : void |
Saves the data in the clipboard.
|
Method | Description | |
---|---|---|
GetClipboardPrivate ( ) : void |
Gets the data in the clipboard if it is the correct format.
|
|
SetClipboardPrivate ( ) : void |
Saves the data in the clipboard if it is the correct format.
|
public static GetData ( string format ) : object | ||
format | string | |
return | object |
public static SetData ( string format, object data ) : void | ||
format | string | |
data | object | |
return | void |