Page.GetTabOrder Method

Definition

Overloads

GetTabOrder(BindableObject)

Returns the tab order of the visual elements on a page as array.

GetTabOrder(IPlatformElementConfiguration<macOS,Page>)

Returns the tab order of the visual elements on a page as array.

GetTabOrder(BindableObject)

Returns the tab order of the visual elements on a page as array.

public static Xamarin.Forms.VisualElement[] GetTabOrder (Xamarin.Forms.BindableObject element);
static member GetTabOrder : Xamarin.Forms.BindableObject -> Xamarin.Forms.VisualElement[]

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

An array of VisualElement.

Applies to

GetTabOrder(IPlatformElementConfiguration<macOS,Page>)

Returns the tab order of the visual elements on a page as array.

public static Xamarin.Forms.VisualElement[] GetTabOrder (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.Page> config);
static member GetTabOrder : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS, Xamarin.Forms.Page> -> Xamarin.Forms.VisualElement[]

Parameters

config
IPlatformElementConfiguration<macOS,Page>

The platform specific configuration that contains the element on which to perform the operation.

Returns

An array of VisualElement.

Applies to