Click or drag to resize

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

Property Value

Type: Boolean
true if is visual control; otherwise, false.
See Also