ControlIsVisualControl Property |
Gets a value indicating this
Control is part of the visual tree.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsVisualControl { get; }
Public ReadOnly Property IsVisualControl As Boolean
Get
member IsVisualControl : bool with get
Property Value
Type:
Booleantrue if is visual control; otherwise,
false.
See Also