Table of Contents

Method GetFocusableChildren

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

GetFocusableChildren(bool)

Gets collection of the focusable children controls.

public override IEnumerable<AbstractControl> GetFocusableChildren(bool recursive)

Parameters

recursive bool

Whether to process child controls recursively

Returns

IEnumerable<AbstractControl>