ElementPropertyDescriptor.CanResetValue(Object) Method

Definition

This is not a resettable property.

public:
 override bool CanResetValue(System::Object ^ component);
public override bool CanResetValue (object component);
override this.CanResetValue : obj -> bool
Public Overrides Function CanResetValue (component As Object) As Boolean

Parameters

component
Object

the propery object

Returns

Returns true when DomainProperty has default value and is not read-only.

Applies to