Control.UseSystemFocusVisualsProperty Property

Definition

Identifies the UseSystemFocusVisuals dependency property.

public:
 static property DependencyProperty ^ UseSystemFocusVisualsProperty { DependencyProperty ^ get(); };
static DependencyProperty UseSystemFocusVisualsProperty();
public static DependencyProperty UseSystemFocusVisualsProperty { get; }
var dependencyProperty = Control.useSystemFocusVisualsProperty;
Public Shared ReadOnly Property UseSystemFocusVisualsProperty As DependencyProperty

Property Value

The identifier for the UseSystemFocusVisuals dependency property.

Applies to

See also