TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / SetValue Method

In This Topic
    SetValue Method (CustomContentPresenter)
    In This Topic
    Sets the value represented by this C1.Win.TreeView.ICellContentPresenter.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub SetValue( _
       ByVal value As Object _
    ) 
    public abstract void SetValue( 
       object value
    )

    Parameters

    value
    See Also