Click or drag to resize

ITreeMenuItem Properties


The ITreeMenuItem type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets the caption for the menu item.
Public propertyChildren
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.
Public propertyCode exampleHasSubMenu
Gets and sets if this menu item has a submenu.
Public propertyCode exampleIcon
Gets the name of the icon to display next to the menu item's label.
Public propertyIsDisplayed
Gets and sets whether this menu item will be visible or hidden.
Public propertyIsSeparator
Gets whether this is a real menu item or just a spacer between menu items.
Public propertyName
Gets the name/label of the menu item.
Top
See Also