Represents a customizable web menu control. The following tables list the members exposed by the Menu type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Menu class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value specifying whether the control should automatically post back to the server when an item is clicked. |
|
![]() |
Gets or sets the number of milliseconds to wait before closing an item. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a menu item is clicked. |
|
![]() |
Gets or sets the default CSS class for menu items. |
|
![]() |
Gets or sets the padding of item's inner content |
|
![]() |
Gets the collection of MenuItem instances, associated with this Menu. |
|
![]() |
Gets or sets the default CSS class for the menu. |
|
![]() |
Specifies the navigation style of the menu. |
|
![]() |
Specifies the orientation of the menu. |
|
![]() |
Gets or sets the default CSS class for root menu items. |
|
![]() |
Gets or sets a value indication whether all opened items should be highlighted. |
|
![]() |
Gets or sets the theme applied to the control's UI elements. |
Name | Description | |
---|---|---|
![]() |
WebControl.TagKey override. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
When implemented by a derived class, processes postback data for an ASP.NET server control. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Control.LoadViewState override. |
|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the DeserializeTag event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Raises the ItemClicked event. |
|
![]() |
Raises the ItemCreated event. |
|
![]() |
Raises the ItemDeleted event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the SerializeTag event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
|
![]() |
Control.SaveViewState override. |
|
![]() |
Control.TrackViewState override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when a MenuItem is clicked. |
|
![]() |
Raised when a new MenuItem is created. |
|
![]() |
Raised when a new MenuItem is deleted. |
|
![]() |
Raised during XML serialization to enable users to perform custom serialization of the tag values of items. |