Method GetFocusableChildren
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
boolWhether to process child controls recursively
sortByTabIndex
boolWhether to sort control by the TabIndex property
Returns
GetFocusableChildren(bool)
Gets collection of the focusable children controls.
public virtual IEnumerable<AbstractControl> GetFocusableChildren(bool recursive)
Parameters
recursive
boolWhether to process child controls recursively