Click or drag to resize

PanelControls Property

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

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

Property Value

Type: IEnumerableControl
The contained controls.
See Also