Click or drag to resize

INavigationPoint Interface

Interface for classes that store navigational information for the navigational services.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface INavigationPoint : IComparable

The INavigationPoint type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the text that will appear in the drop-down menu to select this INavigationPoint.
Public propertyFileName The path to the file containing the INavigationPoint
Public propertyFullDescription Gets more detailed text that cam be used to describe this INavigationPoint.
Public propertyIndex 
Public propertyNavigationData Gets the specific data, if any, needed to navigate to this INavigationPoint.
Public propertyToolTip Gets the tool tip for the navigation point.
Top
Methods
 NameDescription
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable)
Public methodContentChanging Responsible for updating the internal data of the INavigationPoint to synch it with changes in the IViewContent containing the point.
Public methodFileNameChanged Updates the FileName.
Public methodJumpTo Navigates to this INavigationPoint.
Top
See Also