SetDisabledExtensions Method
SetDisabledExtensions(DependencyObject, String)
Sets the value of the DisabledExtensionsProperty attached property for an object.
Declaration
public static void SetDisabledExtensions(DependencyObject obj, string value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The object to which the attached property is written. |
System.String | value | The value to set. |