Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 890 Bytes

uielement_getchildrenintabfocusorder_1610735643.md

File metadata and controls

30 lines (17 loc) · 890 Bytes
-api-id -api-type
M:Windows.UI.Xaml.UIElement.GetChildrenInTabFocusOrder
winrt method

Windows.UI.Xaml.UIElement.GetChildrenInTabFocusOrder

-description

Enables a UIElement subclass to expose child elements that take part in Tab focus.

-returns

A collection of the UIElement's child elements that take part in Tab focus.

-remarks

The default behavior for this method is to return the UIElement's collection of child elements.

When Tab is processed to move focus, the framework’s focus management calls the GetChildrenInTabFocusOrder override. The resulting list of DependencyObjects is used to process Tab focus instead of the element's default collection of children.

-see-also

-examples