WebViewIHandlerCanGoForward 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 bool CanGoForward { get; }
ReadOnly Property CanGoForward As Boolean
Get
abstract CanGoForward : bool with get
Property Value
Type:
Booleantrue if the browser can go forward; otherwise,
false.
See Also