[]
When overridden in a derived class, returns whether resetting an object changes its value.
public override bool CanResetValue(object component)
Public Overrides Function CanResetValue(component As Object) As Boolean
Type | Name | Description |
---|---|---|
object | component | Component to test for reset capability |
Type | Description |
---|---|
bool | true if resetting the component changes its value; otherwise, false. |