WebViewIHandlerCanGoBack Property |
Gets a value indicating whether the browser can go back to the previous page in history.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property CanGoBack As Boolean
Get
abstract CanGoBack : bool with get
Property Value
Type:
Booleantrue if the browser can go back; otherwise,
false.
See Also