Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackVisualControls Property

Gets an enumeration of controls that are in the visual tree.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual IEnumerable<Control> VisualControls { get; }

Property Value

Type: IEnumerableControl
The visual controls.

Implements

ControlIHandlerVisualControls
Remarks
This is used to specify which controls are contained by this instance that are part of the visual tree. This should include all controls including non-logical Eto controls used for layout.
See Also