Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace : GoContextMenu Class |
The following tables list the members exposed by GoContextMenu.
Name | Description | |
---|---|---|
GoContextMenu Constructor | Overloaded. |
Name | Description | |
---|---|---|
ID | Gets or sets the HTML identifier for a complete context menu definition. | |
IsParent | This is true when there are any items in the GoMenu.MenuItems collection. (Inherited from Northwoods.GoWeb.GoMenu) | |
MenuItems | Gets the list of menu items currently held by this menu. (Inherited from Northwoods.GoWeb.GoMenu) | |
View | Gets the GoView that this GoContextMenu was created for. |
Name | Description | |
---|---|---|
Equals | Compare any ID and all of the GoMenu.MenuItems. | |
FindView | For a MenuItem in a GoContextMenu, this static method gets the GoView in which the menu item command should be operating. | |
GetContextMenu | If this is not a GoContextMenu, search up the parent chain until we find one. (Inherited from Northwoods.GoWeb.GoMenu) | |
GetHashCode | Consider both any ID and all of the GoMenu.MenuItems. | |
ToString | Produce JavaScript code for building data structures on the client that can be used for dynamically building context menus using DHTML. |