Method | Description | |
---|---|---|
Clear ( ) : Primitive |
Clear the clipboard;
|
|
GetFileList ( ) : Primitive |
Get an array of file names from the clipboard.
|
|
GetImage ( ) : Primitive |
Load an image from the clipboard into ImageList.
|
|
GetText ( ) : Primitive |
Get text from the clipboard.
|
|
SetFileList ( Primitive fileList ) : Primitive |
Set a list of files to the clipboard.
|
|
SetImage ( Primitive imageName ) : Primitive |
Set an ImageList image to the clipboard.
|
|
SetText ( Primitive text ) : Primitive |
Set text to the clipboard.
|
Method | Description | |
---|---|---|
CB_Clear ( ) : void | ||
CB_GetFileList ( ) : void | ||
CB_GetImage ( ) : void | ||
CB_GetText ( ) : void | ||
CB_SetFileList ( ) : void | ||
CB_SetImage ( ) : void | ||
CB_SetText ( ) : void |
public static SetFileList ( Primitive fileList ) : Primitive | ||
fileList | Primitive | An array (or single file) of file names (full path). |
return | Primitive |
public static SetImage ( Primitive imageName ) : Primitive | ||
imageName | Primitive | The ImageList image. |
return | Primitive |
public static SetText ( Primitive text ) : Primitive | ||
text | Primitive | The text to add to the clipboard. |
return | Primitive |