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 依存関係プロパティの識別子。

適用対象