Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace : GoMenuItem Class |
The following tables list the members exposed by GoMenuItem.
Name | Description | |
---|---|---|
GoMenuItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
Click | Gets or sets the string representing the action to be performed upon a click. (Inherited from Northwoods.GoWeb.MenuItem) | |
Enabled | Gets or sets whether the user can click on this menu item. (Inherited from Northwoods.GoWeb.MenuItem) | |
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. (Inherited from Northwoods.GoWeb.MenuItem) | |
Text | Gets or sets the caption for this menu item. (Inherited from Northwoods.GoWeb.MenuItem) | |
Visible | Gets or sets whether this menu item is visible to the user. (Inherited from Northwoods.GoWeb.MenuItem) |
Name | Description | |
---|---|---|
Equals | Compare the MenuItem.Text caption, the boolean flags, and the MenuItem.Click property. (Inherited from Northwoods.GoWeb.MenuItem) | |
GetContextMenu | If this is not a GoContextMenu, search up the parent chain until we find one. (Inherited from Northwoods.GoWeb.GoMenu) | |
GetHashCode | Consider any MenuItem.Text caption, the boolean flags, and the MenuItem.Click property. (Inherited from Northwoods.GoWeb.MenuItem) | |
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. (Inherited from Northwoods.GoWeb.MenuItem) |