DataPlace
NavigationActionItem Class
CSCS.DataPlace.NavigationNavigationActionItem
A navigation item that performs an action.
Declaration Syntax
C#
public class NavigationActionItem : INavigationItem
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NavigationActionItem
 NavigationUrlItem

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819