Page.SetTabOrder Method

Definition

Overloads

SetTabOrder(BindableObject, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

SetTabOrder(IPlatformElementConfiguration<macOS,Page>, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

SetTabOrder(BindableObject, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

public static void SetTabOrder (Xamarin.Forms.BindableObject element, params Xamarin.Forms.VisualElement[] value);
static member SetTabOrder : Xamarin.Forms.BindableObject * Xamarin.Forms.VisualElement[] -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
VisualElement[]

An array of VisualElement.

Applies to

SetTabOrder(IPlatformElementConfiguration<macOS,Page>, VisualElement[])

Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key.

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

Parameters

config
IPlatformElementConfiguration<macOS,Page>

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

value
VisualElement[]

An array of VisualElement.

Returns

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

Applies to