WebViewCanGoBack 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 public bool CanGoBack { get; }
Public ReadOnly Property CanGoBack As Boolean
Get
member CanGoBack : bool with get
Property Value
Type:
Booleantrue if the browser can go back; otherwise,
false.
See Also