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; }
Public Property Html As String
Get
Set
abstract Html : string with get, set
override Html : string with get, set
Property Value
Type:
StringThe html value in the clipboard, or null if no html in the clipboard.
Implements
IDataObjectHtmlSee Also