Click or drag to resize

DataObjectContainsText Property

Gets a value indicating whether this DataObject contains a value for Text.

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

Property Value

Type: Boolean
true if the data object contains text; otherwise, false.

Implements

IDataObjectContainsText
See Also