CanGoForward Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether a subsequent page in the navigation history is available.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool CanGoForward { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanGoForward As Boolean
Visual C++
public:
property bool CanGoForward {
	bool get ();
}

See Also