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

In This Topic
    GetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Gets the current value of the property on a component.
    Syntax
    'Declaration
     
    Public Overrides Function GetValue( _
       ByVal instance As System.Object _
    ) As System.Object
    public override System.object GetValue( 
       System.object instance
    )

    Parameters

    instance
    See Also