WebView.CanGoForward Property

Definition

Gets a value indicating whether there is at least one page in the forward navigation history.

public bool CanGoForward { get; }
member this.CanGoForward : bool
Public ReadOnly Property CanGoForward As Boolean

Property Value

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

Implements

Applies to