C# 클래스 LitDev.LDClipboard

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
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