Element.GetMenu(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 Menu object for bindable
.
public static Xamarin.Forms.Menu GetMenu (Xamarin.Forms.BindableObject bindable);
static member GetMenu : Xamarin.Forms.BindableObject -> Xamarin.Forms.Menu
Parameters
- bindable
- BindableObject
The BindableObject whose menu to get.
Returns
The Menu object for bindable
.