Method CanResetValue
CanResetValue(object)
Returns whether resetting an object changes its value. Dynamic properties do not support resetting, so resetting an object never changes its value.
public override bool CanResetValue(object component)
Parameters
component
objectThe component to test for reset capability.
Returns
- bool
true if resetting the component changes its value; otherwise, false.