Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / CanResetValue Method
component to test for reset capability


In This Topic
    CanResetValue Method (SpreadDataColumnPropertyDescriptor)
    In This Topic
    When overridden in a derived class, returns whether resetting an object changes its value.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanResetValue( _
       ByVal component As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadDataColumnPropertyDescriptor
    Dim component As Object
    Dim value As Boolean
     
    value = instance.CanResetValue(component)
    public override bool CanResetValue( 
       object component
    )

    Parameters

    component
    component to test for reset capability

    Return Value

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