Click or drag to resize

ClipboardText Property

Gets or sets the plain text in the clipboard.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string Text { get; set; }

Property Value

Type: String
The plain text in the clipboard, or null if no plain text string in the clipboard.

Implements

IDataObjectText
See Also