Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollectionPropertyDescriptor Class / CanResetValue Method
The component to test for reset capability.


In This Topic
    CanResetValue Method (DoubleCollectionPropertyDescriptor)
    In This Topic
    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