Click or drag to resize

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; }

Property Value

Type: Boolean
true if this instance has a control; otherwise, false.
See Also