DynamicLayoutVisualControls Property |
Gets an enumeration of controls that are in the visual tree.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override IEnumerable<Control> VisualControls { get; }
Public Overrides ReadOnly Property VisualControls As IEnumerable(Of Control)
Get
abstract VisualControls : IEnumerable<Control> with get
override VisualControls : IEnumerable<Control> with get
Property Value
Type:
IEnumerableControlThe visual controls.
Remarks This is used to specify which controls are contained by this instance that are part of the visual tree.
This should include all controls including non-logical Eto controls used for layout.
See Also