ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutTransformer Class / GetChildrenInTabFocusOrder Method

In This Topic
    GetChildrenInTabFocusOrder Method (C1LayoutTransformer)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetChildrenInTabFocusOrder() As Windows.Foundation.Collections.IIterable(Of DependencyObject)
    protected Windows.Foundation.Collections.IIterable<DependencyObject> GetChildrenInTabFocusOrder()
    See Also