Share via


TrackingPropertyDescriptor.CanResetValue(Object) Method

Definition

Can this property be reset to its tracking value

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

Returns

true if it is not tracking

Applies to