ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / CustomTaskPropertyDescriptor Class / ResetValue Method

In This Topic
    ResetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Resets the value for this property of the component to the default value.
    Syntax
    'Declaration
     
    Public Overrides Sub ResetValue( _
       ByVal component As System.Object _
    ) 
    public override void ResetValue( 
       System.object component
    )

    Parameters

    component
    See Also