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

In This Topic
    SetStyle Method (CustomContentPresenter)
    In This Topic
    Sets the styles of this CustomContentPresenter.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetStyle( _
       ByVal styles As TreeNodeCellStyles _
    ) 
    public virtual void SetStyle( 
       TreeNodeCellStyles styles
    )

    Parameters

    styles
    See Also