GetDisabledExtensions Method
GetDisabledExtensions(DependencyObject)
Gets the value of the DisabledExtensionsProperty attached property for an object.
Declaration
public static string GetDisabledExtensions(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The object from which the property value is read. |
Returns
Type | Description |
---|---|
System.String | The object's DisabledExtensionsProperty property value. |