ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomTaskPropertyDescriptor Class / CanResetValue Method

In This Topic
    CanResetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Returns whether resetting an object changes its value.
    Syntax
    'Declaration
     
    Public Overrides Function CanResetValue( _
       ByVal component As System.Object _
    ) As System.Boolean
    public override System.bool CanResetValue( 
       System.object component
    )

    Parameters

    component
    See Also