IDataObjectContainsText Property |
Gets a value indicating whether this
IDataObject contains a value for
Text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool ContainsText { get; }
ReadOnly Property ContainsText As Boolean
Get
abstract ContainsText : bool with get
Property Value
Type:
Booleantrue if the data object contains text; otherwise,
false.
See Also