Method GetIsEnabled
GetIsEnabled(DependencyObject)
Gets the value of the IsEnabled attached property from the specified DependencyObject.
public static bool GetIsEnabled(DependencyObject obj)
Parameters
obj
DependencyObjectThe DependencyObject to get the value from.
Returns
- bool
The value of the IsEnabled attached property.