System.ComponentModel.PropertyDescriptor.CanResetValue Method

When overridden in a derived class, returns whether resetting an object changes its value.

Syntax

public abstract bool CanResetValue (object component)

Parameters

component
The component to test for reset capability.

Returns

true if resetting the component changes its value; otherwise, false.

Remarks

Typically, this method is implemented through reflection.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0