Share via


VisualElement.GetAccessKey Method

Definition

Overloads

GetAccessKey(BindableObject)

Returns the access key value.

GetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>)

Returns the access key value.

GetAccessKey(BindableObject)

Returns the access key value.

public static string GetAccessKey (Xamarin.Forms.BindableObject element);
static member GetAccessKey : Xamarin.Forms.BindableObject -> string

Parameters

element
BindableObject

The element for which to get the access key.

Returns

System.String

The access key value.

Applies to

GetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>)

Returns the access key value.

public static string GetAccessKey (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config);
static member GetAccessKey : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement> -> string

Parameters

config
IPlatformElementConfiguration<Windows,VisualElement>

The platform configuration for the element for which to get the access key.

Returns

System.String

The access key value.

Applies to