Control.FocusStateProperty 属性

定义

标识 FocusState 依赖属性。

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

属性值

FocusState 依赖属性的标识符。

适用于