HtmlMenuItemCollection Members
Include Protected Members
Include Inherited Members
A template that defines the menu items for a specific menu.
The HtmlMenuItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlMenuItemCollection | Initializes a new instance of the HtmlMenuItemCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a menu item to a menu. | |
Contains | Determines whether this collection contains a specified menu item. | |
IndexOf | Gets the index of the menu item. | |
Insert | Inserts a menu item at the specified location. | |
Remove | Removes a menu item from a menu. |
Top