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