Control.FocusStateProperty Property

Definition

Identifies the FocusState dependency property.

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

Property Value

The identifier for the FocusState dependency property.

Applies to