Provides a user interface for moving back and forward on a document navigation history.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class HistoryNavigator : ControlBase
Visual Basic
Public Class HistoryNavigator _
	Inherits ControlBase
Visual C++
public ref class HistoryNavigator : public ControlBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          FirstFloor.Documents.Controls..::..ControlBase
            FirstFloor.Documents.Controls..::..HistoryNavigator

See Also