WebView.CanGoForwardProperty Property

Definition

Identifies the CanGoForward dependency property.

public:
 static property DependencyProperty ^ CanGoForwardProperty { DependencyProperty ^ get(); };
static DependencyProperty CanGoForwardProperty();
public static DependencyProperty CanGoForwardProperty { get; }
var dependencyProperty = WebView.canGoForwardProperty;
Public Shared ReadOnly Property CanGoForwardProperty As DependencyProperty

Property Value

The identifier for the CanGoForward dependency property.

Applies to

See also