WebMenu Properties
| Name | Description Gets or sets the name of this WebMenu instance. ValueType String Default Value |
| Items | Description Gets or sets the items collection in this WebMenu instance. ValueType Collection ( ISArray) Default Value |
| ParentMenu | Description Gets the WebContextMenu object which is the parent of this WebMenu instance. ValueType WebContextMenu Default Value |
| ParentMenuItem | Description Gets the WebContextMenuItem object which is the parent of this WebMenu instance. ValueType WebContextMenuItem Default Value |
| MenuControl | Description Gets or sets the menu control of this WebMenu instance. ValueType Default Value |
| DisplayMode | Description Gets or sets the display mode of this WebMenu instance. ValueType Default Value |
| IconViewMode | Description Gets or sets the icon view mode of this WebMenu instance. ValueType Default Value |
| ActiveItemIndex | Description Gets or sets the active item index for this WebMenu instance. ValueType Default Value |
| ActiveItem | Description Gets or sets the active item of this WebMenu instance. ValueType Default Value |
| Direction | Description Gets or sets the direction of this WebMenu instance. ValueType Default Value |
| OffsetAlignment | Description Gets or sets the offset alignment of this WebMenu instance. ValueType Default Value |
| Width | Description Gets or sets the width of this WebMenu instance. ValueType Default Value |
| Initialized | Description Gets or sets the value to indicate whether the WebMenu object is already initialized. ValueType Default Value |
| OffsetElement | Description Gets or sets the element which will be used as the offset for this WebMenu. ValueType Default Value |
| ScrollEnabled | Description Gets or sets the value to indicate whether the WebMenu object is scroll enabled. ValueType Default Value |
WebMenu Methods
| IsOpen | Description Determines whether WebMenu is opened. Parameters Remarks
|
| IsRootMenu | Description Determines the RootMenu of MenuBar. Parameters Remarks
|
| GetId | Description Gets the id of WebMenu. Parameters Remarks
|
| GetDocument | Description Returns the html element of the document used by the webmenu instance. Parameters Remarks
|
| GetElement | Description Gets the HTML element from current MenuBar instance. Parameters Remarks
|
| GetMenuBodyElement | Description Gets the WebMenu's Menu body element. Parameters Remarks
|
| GetScrollElement | Description Gets the WebMenu's Scroll Element. Parameters
|
| GetSelectedItemByGroup | Description Gets the WebMenu's selected item according to its group. Parameters
|
| Destroy | Description Destroys a menu bar after it has been removed. Parameters Remarks
|
| Show | Description Shows the WebMenu. Parameters
|
| Hide | Description Hides the WebMenu. Parameters Remarks
|
| Invalidate | Description Refresh the user interface. Parameters Remarks
|