Click or drag to resize

ContainerVisualChildren Property

Gets an enumeration of all contained child controls in the visual tree, including controls within child containers.

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

Property Value

Type: IEnumerableControl
The visual children.
See Also