A navigation item that performs an action.
| C# |
public class NavigationActionItem : INavigationItem
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| NavigationActionItem(INavigationBar, INavigationParentItem, String, String, Image) |
Creates a new instance.
| |
| NavigationActionItem(INavigationBar, INavigationParentItem, String, String, Icon) |
Creates a new instance.
| |
| NavigationActionItem(INavigationBar, INavigationParentItem, String, String, String) |
Creates a new instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NavigationActivate()()() |
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).
| |
| NavigationActivated |
Occurs when the item is activated.
| |
| 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.
| |
| OnNavigationActivated(EventArgs) |
Raises the NavigationActivated event.
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| NavigationActionItem | ||
| NavigationUrlItem | ||