Gets a value that indicates whether there is at least one entry in the forward 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 bool CanGoForward { get; set; }
Visual Basic
Public Property CanGoForward As Boolean
	Get
	Set
Visual C++
public:
property bool CanGoForward {
	bool get ();
	void set (bool value);
}

Field Value

true if this instance can go forward; otherwise, false.

See Also