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