IChromiumWebBrowserBase.CanGoForward Property (original) (raw)
IChromiumWebBrowserBaseCanGoForward Property
Version 118.6.80
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
bool CanGoForward { get; }
property bool CanGoForward { bool get (); }
Property Value
Type: Boolean
true if this instance can go forward; otherwise, false.
Remarks
In the WPF control, this property is implemented as a Dependency Property and fully supports data binding.
See Also