C# Класс LitDev.LDClipboard

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CB_Clear ( ) : void
CB_GetFileList ( ) : void
CB_GetImage ( ) : void
CB_GetText ( ) : void
CB_SetFileList ( ) : void
CB_SetImage ( ) : void
CB_SetText ( ) : void

Описание методов

Clear() публичный статический Метод

Clear the clipboard;
public static Clear ( ) : Primitive
Результат Primitive

GetFileList() публичный статический Метод

Get an array of file names from the clipboard.
public static GetFileList ( ) : Primitive
Результат Primitive

GetImage() публичный статический Метод

Load an image from the clipboard into ImageList.
public static GetImage ( ) : Primitive
Результат Primitive

GetText() публичный статический Метод

Get text from the clipboard.
public static GetText ( ) : Primitive
Результат Primitive

SetFileList() публичный статический Метод

Set a list of files to the clipboard.
public static SetFileList ( Primitive fileList ) : Primitive
fileList Primitive An array (or single file) of file names (full path).
Результат Primitive

SetImage() публичный статический Метод

Set an ImageList image to the clipboard.
public static SetImage ( Primitive imageName ) : Primitive
imageName Primitive The ImageList image.
Результат Primitive

SetText() публичный статический Метод

Set text to the clipboard.
public static SetText ( Primitive text ) : Primitive
text Primitive The text to add to the clipboard.
Результат Primitive