ITreeMenuItem Properties |
The ITreeMenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption |
Gets the caption for the menu item.
| |
| Children |
Gets a list of this menu item's children.If this menu item doesn't have a sub menu, this will be an empty list.
| |
| HasSubMenu |
Gets and sets if this menu item has a submenu.
| |
| Icon |
Gets the name of the icon to display next to the menu item's label.
| |
| IsDisplayed |
Gets and sets whether this menu item will be visible or hidden.
| |
| IsSeparator |
Gets whether this is a real menu item or just a spacer between menu items.
| |
| Name |
Gets the name/label of the menu item.
|