Click or drag to resize

ContainerChildren Property

Gets an enumeration of all contained child controls, including controls within child containers

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

Property Value

Type: IEnumerableControl
The children.
See Also