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

In This Topic
    SetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Sets the value of the component to a different value.
    Syntax
    'Declaration
     
    Public Overrides Sub SetValue( _
       ByVal instance As System.Object, _
       ByVal value As System.Object _
    ) 
    public override void SetValue( 
       System.object instance,
       System.object value
    )

    Parameters

    instance
    value
    See Also