HtmlMenu Members
Include Protected Members
Include Inherited Members
A template that defines a menu.
The HtmlMenu type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlMenu | Initializes a new instance of the HtmlMenu class. |
Top
Properties
Name | Description | |
---|---|---|
MenuItems | Gets the HtmlMenuItemCollection object that is associated with this menu. |
Top
Methods
Name | Description | |
---|---|---|
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
Render | Sends the HtmlMenu content to the provided HtmlTextWriter object, which writes the content to be rendered on the client. (Overrides WebControl.Render(HtmlTextWriter).) |
Top