ClipboardContainsHtml Property |
Gets a value indicating whether this
Clipboard contains a value for
Html.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ContainsHtml { get; }
Public ReadOnly Property ContainsHtml As Boolean
Get
abstract ContainsHtml : bool with get
override ContainsHtml : bool with get
Property Value
Type:
Booleantrue if the data object contains html; otherwise,
false.
Implements
IDataObjectContainsHtmlSee Also