PopupMenu.Menu Property
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.
Returns the Menu
associated with this popup.
public virtual Android.Views.IMenu? Menu { [Android.Runtime.Register("getMenu", "()Landroid/view/Menu;", "GetGetMenuHandler")] get; }
[<get: Android.Runtime.Register("getMenu", "()Landroid/view/Menu;", "GetGetMenuHandler")>]
member this.Menu : Android.Views.IMenu
Property Value
the Menu
associated with this popup
- Attributes
Remarks
Returns the Menu
associated with this popup. Populate the returned Menu with items before calling #show()
.
Java documentation for android.widget.PopupMenu.getMenu()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.