Spread Windows Forms 12.0 Product Documentation
CanResetValue Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DoubleCollectionPropertyDescriptor Class : CanResetValue Method
The component to test for reset capability.
Returns whether resetting an object changes its value.
Syntax
'Declaration
 
Public Overrides Function CanResetValue( _
   ByVal component As Object _
) As Boolean
'Usage
 
Dim instance As DoubleCollectionPropertyDescriptor
Dim component As Object
Dim value As Boolean
 
value = instance.CanResetValue(component)
public override bool CanResetValue( 
   object component
)

Parameters

component
The component to test for reset capability.

Return Value

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

Reference

DoubleCollectionPropertyDescriptor Class
DoubleCollectionPropertyDescriptor Members