Control.IsFocusEngagedProperty 属性

定义

标识 IsFocusEngaged 依赖属性。

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

属性值

IsFocusEngaged 依赖属性的标识符。

适用于