Represents a customizable menu control. The following tables list the members exposed by the Menu type.
|
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various Dom elements, part of the control's structure |
|
![]() |
The collection of root MenuItems for this control. |
Name | Description | |
---|---|---|
![]() |
Creates a new MenuItem instance and adds it to the control's rootItems array. |
|
![]() |
Removes a MenuItem from the collection of items. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Returns a value indicating whether the control should post back to the server when an item is clicked. |
|
![]() |
Gets the number of milliseconds to wait before closing an item. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Gets the height of the control. |
|
![]() |
Gets the padding of item's inner content. |
|
![]() |
Gets the navigation style of the control. |
|
![]() |
Gets the orientation of the control. |
|
![]() |
Gets a value indicating whether all opened items should be highlighted. |
|
![]() |
Gets the width of the control. |
|
![]() |
Gets the collection of items for this control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the Menu for a subsequent postback. |
|
![]() |
Sets a value indicating whether the control should post back to the server when an item is clicked. |
|
![]() |
Sets the number of milliseconds to wait before closing an item. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets a value indicating whether all opened items should be highlighted. |