MenuItem.GetAccelerator(BindableObject) 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.
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.