Method | Description | |
---|---|---|
Clear ( ) : void | ||
ContainsAudio ( ) : bool | ||
ContainsData ( string format ) : bool | ||
ContainsFileDropList ( ) : bool | ||
ContainsImage ( ) : bool | ||
ContainsText ( ) : bool | ||
ContainsText ( TextDataFormat format ) : bool | ||
GetAudioStream ( ) : Stream | ||
GetData ( string format ) : Object | ||
GetDataObject ( ) : IDataObject | ||
GetFileDropList ( ) : |
||
GetImage ( ) : Image | ||
GetText ( ) : string | ||
GetText ( TextDataFormat format ) : string | ||
SetAudio ( Stream audioStream ) : void | ||
SetAudio ( byte audioBytes ) : void | ||
SetData ( string format, Object data ) : void | ||
SetDataObject ( object data ) : void | ||
SetDataObject ( object data, bool copy ) : void | ||
SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void | ||
SetImage ( Image image ) : void | ||
SetText ( string text ) : void | ||
SetText ( string text, TextDataFormat format ) : void |
Method | Description | |
---|---|---|
Clipboard ( ) : System | ||
ClipboardContainsFormat ( ) : bool | ||
ConvertFromClipboardData ( int type, |
||
ConvertToClipboardData ( int &type, object obj, byte &data ) : bool | ||
GetDataObject ( bool primary_selection ) : IDataObject | ||
IsDataSerializable ( object obj ) : bool | ||
SetDataObjectImpl ( object data, bool copy ) : void | ||
SetFileDropList ( |
public static ContainsData ( string format ) : bool | ||
format | string | |
return | bool |
public static ContainsFileDropList ( ) : bool | ||
return | bool |
public static ContainsText ( TextDataFormat format ) : bool | ||
format | TextDataFormat | |
return | bool |
public static GetData ( string format ) : Object | ||
format | string | |
return | Object |
public static GetDataObject ( ) : IDataObject | ||
return | IDataObject |
public static GetFileDropList ( ) : |
||
return |
public static GetText ( TextDataFormat format ) : string | ||
format | TextDataFormat | |
return | string |
public static SetAudio ( Stream audioStream ) : void | ||
audioStream | Stream | |
return | void |
public static SetAudio ( byte audioBytes ) : void | ||
audioBytes | byte | |
return | void |
public static SetData ( string format, Object data ) : void | ||
format | string | |
data | Object | |
return | void |
public static SetDataObject ( object data ) : void | ||
data | object | |
return | void |
public static SetDataObject ( object data, bool copy ) : void | ||
data | object | |
copy | bool | |
return | void |
public static SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void | ||
data | object | |
copy | bool | |
retryTimes | int | |
retryDelay | int | |
return | void |
public static SetImage ( Image image ) : void | ||
image | Image | |
return | void |
public static SetText ( string text, TextDataFormat format ) : void | ||
text | string | |
format | TextDataFormat | |
return | void |