MenuItem Properties
Represents an individual menu item within menu controls.
Name | Description |
---|---|
Adaptive |
Gets or sets the priority of item hiding in adaptive mode. |
Adaptive |
Specifies the text content of the current menu item when it is displayed in the adaptive drop-down menu. |
Alignment | Gets or sets the value that specifies a root item’s horizontal layout within the menu. |
Begin |
Gets or sets a value that specifies whether the current menu item starts a group. |
Checked | Gets or sets whether the menu item is checked. |
Client |
Gets or sets a value that indicates whether the menu item is enabled on the client. |
Client |
Gets or sets a value that specifies the menu item’s initial visibility state on the client. |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the menu item. |
Data |
Gets the path to the data that is bound to the menu item. |
Depth | Gets the level at which a menu item is displayed. |
Drop |
Gets or sets a value that specifies whether the menu item’s sub menu should only be invoked by using a specific drop down button. |
Enabled | Gets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions. |
Enable |
Gets or sets a value indicating whether submenu scrolling is enabled for a particular menu item. |
Group |
Gets or sets the name of a logical check group to which the menu item belongs. |
Has |
Returns a value that indicates whether the current menu item has any child items. |
Has |
Returns a value that indicates whether the current menu item has visible child items. |
Image | Gets the settings of an image displayed within the menu item. |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Index |
For internal use only. |
Items | Gets a collection that contains the submenu items of the current menu item. |
Item |
Gets the style settings for the current menu’s item. |
Menu | Gets the menu object to which the current menu item belongs. |
Name | Gets or sets the unique identifier name for the current menu item. |
Navigate |
Gets or sets an URL which defines the navigation location. |
Parent | Gets the immediate parent menu item to which the current menu item belongs. |
Pop |
Gets the settings of an image, which represents an item’s pop-out image. |
Scroll |
Gets the style settings that define the appearance of scroll buttons for a particular item. |
Scroll |
Gets the settings which define an image, displayed within a particular item’s scroll down button . |
Scroll |
Gets the settings which define an image, displayed within a particular item’s scroll up button . |
Selected | Gets or sets a value that specifies whether the current menu item is selected. |
Sub |
Gets the settings of an image displayed by all the submenu items of the current menu item. |
Sub |
Gets the style settings for all submenu items of the current menu item. |
Sub |
Gets the settings of an image displayed by all pop-out images of the current submenu items. |
Sub |
Gets the style settings for the client regions of all submenus of the current menu item. |
Sub |
Gets or sets a template used for displaying the client region’s content of the current menu item’s submenus. |
Target | Gets or sets the window or frame at which to target the contents of the URL associated with the current menu item. |
Template | Gets or sets a template used to display the content of the current menu item. |
Text | Gets or sets the text content of the current menu item. |
Text |
Gets or sets a template used for displaying the text content of the current menu item. |
Tool |
Gets or sets the current menu item’s tooltip text. |
Visible | Gets or sets a value specifying the visibility of the current menu item. |
Visible |
Gets or sets a value specifying the position of the current menu item amongst the visible items in a submenu (or at a menu’s root level). |
See Also