WidgetHandlerTControl, TWidgetHasControl Property |
Gets a value indicating whether this instance has a
Control instance.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool HasControl { get; }
Public ReadOnly Property HasControl As Boolean
Get
member HasControl : bool with get
Property Value
Type:
Booleantrue if this instance has a control; otherwise,
false.
See Also