[]
Gets the current effective value of the EnabledProperty attached property for a specified dependency object.
public static bool GetEnabled(DependencyObject element)
Public Shared Function GetEnabled(element As DependencyObject) As Boolean
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element from which to read the property. |
| Type | Description |
|---|---|
| bool |
|
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |