Control.IsEnabledProperty 属性

定义

标识 IsEnabled 依赖属性。

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

属性值

IsEnabled 依赖属性的标识符。

适用于