Table of Contents

Method GetFocusableChildren

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

GetFocusableChildren(bool, bool)

Gets collection of the focusable children controls optinally sorted by the TabIndex property.

public virtual AbstractControl[] GetFocusableChildren(bool recursive, bool sortByTabIndex)

Parameters

recursive bool

Whether to process child controls recursively

sortByTabIndex bool

Whether to sort control by the TabIndex property

Returns

AbstractControl[]

GetFocusableChildren(bool)

Gets collection of the focusable children controls.

public virtual IEnumerable<AbstractControl> GetFocusableChildren(bool recursive)

Parameters

recursive bool

Whether to process child controls recursively

Returns

IEnumerable<AbstractControl>