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; }
Public ReadOnly Property Children As IEnumerable(Of Control)
Get
member Children : IEnumerable<Control> with get
Property Value
Type:
IEnumerableControlThe children.
See Also