Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace : MenuItem Class |
The following tables list the members exposed by MenuItem.
Name | Description | |
---|---|---|
MenuItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
Click | Gets or sets the string representing the action to be performed upon a click. | |
Enabled | Gets or sets whether the user can click on this menu item. | |
IsParent | This is true when there are any items in the MenuItems collection. (Inherited from Northwoods.GoWeb.GoMenu) | |
MenuItems | Gets the list of menu items currently held by this menu. (Inherited from Northwoods.GoWeb.GoMenu) | |
Parent | Gets the parent menu. | |
Text | Gets or sets the caption for this menu item. | |
Visible | Gets or sets whether this menu item is visible to the user. |
Name | Description | |
---|---|---|
Equals | Compare the Text caption, the boolean flags, and the Click property. | |
GetContextMenu | If this is not a GoContextMenu, search up the parent chain until we find one. (Inherited from Northwoods.GoWeb.GoMenu) | |
GetHashCode | Consider any Text caption, the boolean flags, and the Click property. | |
ToString | Produce JavaScript code for building a data structure on the client that describes this menu item so that it can be built dynamically using DHTML. |