Table of Contents

Property AllChildrenInLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AllChildrenInLayout

Gets all child controls which are visible and included in the layout.

public override IReadOnlyList<Control> AllChildrenInLayout { get; }

Property Value

IReadOnlyList<Control>

Remarks

This method uses AllChildren, Visible and IgnoreLayout properties.