Sprache

IMenuExtensions Class

Definition

Contains C# extension methods for menu operations.

public static class IMenuExtensions
type IMenuExtensions = class
Inheritance
IMenuExtensions

Remarks

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.

Methods

Name Description
Add(IMenu, Int32, Int32, Int32, String)

Adds a menu item to the specified menu.

Add(IMenu, String)

Adds a menu item to the specified menu.

AddSubMenu(IMenu, Int32, Int32, Int32, String)

Adds a submenu with the specified group, item, order, and title to the menu.

AddSubMenu(IMenu, String)

Adds a submenu with the specified title to the menu.

Applies to