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