[]
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 | The component to test for reset capability. |
Type | Description |
---|---|
bool | True if resetting the component changes its value; otherwise, false. |