Click or drag to resize

ContainerControls Property

Gets an enumeration of logical controls that are directly contained by this container

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

Property Value

Type: IEnumerableControl
The contained controls.
Remarks
These controls are directly contained by the container, but do not include controls that are used to form the visual appearance, if any. Controls like the StackLayout, DynamicLayout or a customized container using the ThemedContainerHandlerTControl, TWidget, TCallback should not include any intermediate controls.
See Also