Click or drag to resize

ITreeMenuItem Properties


The ITreeMenuItem type exposes the following members.

Properties
  Name Description
Public property Caption Gets the caption for the menu item.
Public property 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.
Public property Code example HasSubMenu Gets and sets if this menu item has a submenu.
Public property Code example Icon Gets the name of the icon to display next to the menu item's label.
Public property IsDisplayed Gets and sets whether this menu item will be visible or hidden.
Public property IsSeparator Gets whether this is a real menu item or just a spacer between menu items.
Public property Name Gets the name/label of the menu item.
Top
See Also