StackLayoutControls Property |
Gets the controls for the layout
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override IEnumerable<Control> Controls { get; }
Public Overrides ReadOnly Property Controls As IEnumerable(Of Control)
Get
abstract Controls : IEnumerable<Control> with get
override Controls : IEnumerable<Control> with get
Property Value
Type:
IEnumerableControlRemarks
This will return the list of controls in the stack layout when not created, and when it is,
it will return the embedded TableLayout.
See Also