C# 클래스 Wlipper.Clipboarding

Provides access to the clipboard's content.
파일 보기 프로젝트 열기: MrksKwsnck/Wlipper

공개 메소드들

메소드 설명
GetClipboardTextContent ( ) : object[]

Reads and returns text from the clipboard. If data in clipboard is not of unicode text format an empty string will be returned.

SetClipboardTextContent ( bool formatted, object data ) : void

Writes given text to the clipboard.

메소드 상세

GetClipboardTextContent() 공개 정적인 메소드

Reads and returns text from the clipboard. If data in clipboard is not of unicode text format an empty string will be returned.
public static GetClipboardTextContent ( ) : object[]
리턴 object[]

SetClipboardTextContent() 공개 정적인 메소드

Writes given text to the clipboard.
public static SetClipboardTextContent ( bool formatted, object data ) : void
formatted bool
data object
리턴 void