[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionPropertyDescriptor.CanResetValue

CanResetValue Method

CanResetValue(object)

Returns whether resetting an object changes its value.

Declaration
public override bool CanResetValue(object component)
Public Overrides Function CanResetValue(component As Object) As Boolean
Parameters
Type Name Description
object component

The component to test for reset capability.

Returns
Type Description
bool

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

Overrides