Element.SetMenu(BindableObject, Menu) 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.
Sets the menu for bindable
.
public static void SetMenu (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.Menu menu);
static member SetMenu : Xamarin.Forms.BindableObject * Xamarin.Forms.Menu -> unit
Parameters
- bindable
- BindableObject
The BindableObject whose menu to set.
- menu
- Menu
The new menu.