Control.IsEnabledProperty Property

Definition

Identifies the IsEnabled dependency property.

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

Property Value

The identifier for the IsEnabled dependency property.

Applies to