Click or drag to resize

WebViewCanGoForward Property

Gets a value indicating whether the browser can go forward to the next page.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool CanGoForward { get; }

Property Value

Type: Boolean
true if the browser can go forward; otherwise, false.
See Also