MenuItem.GetAccelerator(BindableObject) Method

Definition

Gets the accelerator for the specified bindable object.

public static Xamarin.Forms.Accelerator GetAccelerator (Xamarin.Forms.BindableObject bindable);
static member GetAccelerator : Xamarin.Forms.BindableObject -> Xamarin.Forms.Accelerator

Parameters

bindable
BindableObject

The bindable object for which to retrieve the accelerator keys.

Returns

Applies to