TCnWebBrowser.CanGoForward Property

Gets a value indicating whether a subsequent page in navigation history is available, which allows the GoForward() method to succeed.

Namespace: CNClrLib.Control.WebBrowser
public
 property CanGoForward: Boolean read GetCanGoForward;

Property Value

Type: Boolean

true if the control can navigate forward; otherwise, false.

The TCnWebBrowser control maintains a history list of all the Web pages visited during a browsing session. The GoForward method navigates the TCnWebBrowser control to the next page in this history, if one is available as a result of a previous backward navigation. If this property is true, the GoForward method will succeed. Otherwise, calling the GoForward method will return a value of false and no navigation will occur.