Click or drag to resize

ClipboardHtml Property

Gets or sets html text in the clipboard.

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

Property Value

Type: String
The html value in the clipboard, or null if no html in the clipboard.

Implements

IDataObjectHtml
See Also