TabIndexExtensions.GetTabIndexesOnParentPage(ITabStopElement, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>>