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