IMenuItemCollection.Add Method
Include Protected Members
Include Inherited Members
Creates and adds a new menu item instance.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Add(String) | Creates and adds a new menu item instance with the specified text. |
![]() |
Add(String, Int32) | Creates and adds a new menu item instance with the specified text and sort order. |
Top