Method GetFocusableChildren
GetFocusableChildren(bool, bool)
Gets collection of the focusable children controls optionally sorted by the TabIndex property.
public virtual AbstractControl[] GetFocusableChildren(bool recursive, bool sortByTabIndex)
Parameters
recursiveboolWhether to process child controls recursively
sortByTabIndexboolWhether 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
recursiveboolWhether to process child controls recursively