TabIndexExtensions.GetTabIndexesOnParentPage(ITabStopElement, Int32) Method

Definition

public static System.Collections.Generic.IDictionary<int,System.Collections.Generic.List<Xamarin.Forms.ITabStopElement>> GetTabIndexesOnParentPage (this Xamarin.Forms.ITabStopElement element, out int countChildrenWithTabStopWithoutThis);
static member GetTabIndexesOnParentPage : Xamarin.Forms.ITabStopElement * int -> System.Collections.Generic.IDictionary<int, System.Collections.Generic.List<Xamarin.Forms.ITabStopElement>>

Parameters

element
ITabStopElement
countChildrenWithTabStopWithoutThis
System.Int32

Returns

System.Collections.Generic.IDictionary<System.Int32,System.Collections.Generic.List<ITabStopElement>>

Applies to