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

In This Topic
    SetFormat Method (CustomContentPresenter)
    In This Topic
    Sets the format string used to display the value when the node cell is not in edit mode.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub SetFormat( _
       ByVal format As String _
    ) 
    public abstract void SetFormat( 
       string format
    )

    Parameters

    format
    See Also