Interface for an item that can serve as a parent to other items.
| C# |
public interface INavigationParentItem : INavigationItem
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Group |
Gets the name of the group in which the item appears when listed by group.
(Inherited from INavigationItem.) | |
| HasCustomImage |
Gets whether the item has a custom image.
(Inherited from INavigationItem.) | |
| NavigationActivate()()() |
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).
(Inherited from INavigationItem.) | |
| NavigationChildren |
Gets the child items.
| |
| NavigationImageListKey |
Gets the item image key.
(Inherited from INavigationItem.) | |
| NavigationParent |
Gets the item's parent.
(Inherited from INavigationItem.) | |
| NavigationRoot |
Gets the root item.
(Inherited from INavigationItem.) | |
| NavigationSortKey |
Gets the sort key used to determine where the item appears relative to other items.
(Inherited from INavigationItem.) | |
| NavigationTitle |
Gets the item title.
(Inherited from INavigationItem.) | |
| NavigationToolTip |
Gets the item tooltip.
(Inherited from INavigationItem.) |