DataPlace
INavigationControlItem Interface
CSCS.DataPlace.NavigationINavigationControlItem
Interface for a navigation item that belongs to a navigation control.
Declaration Syntax
C#
public interface INavigationControlItem : INavigationItem
Members
All MembersMethodsProperties



IconMemberDescription
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.)
NavigationControl
Gets the associated navigation control.

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.)

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