C# Class Wlipper.Clipboarding

Provides access to the clipboard's content.
Mostrar archivo Open project: MrksKwsnck/Wlipper

Public Methods

Method Description
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.

Method Details

GetClipboardTextContent() public static method

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[]
return object[]

SetClipboardTextContent() public static method

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