Click or drag to resize

IDataObjectContainsHtml Property

Gets a value indicating whether this IDataObject contains a value for Html.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool ContainsHtml { get; }

Property Value

Type: Boolean
true if the data object contains html; otherwise, false.
See Also