TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / IC1TreeEditor Interface / C1EditorSetFormat Method
format string uses standard .NET format specifiers.

In This Topic
    C1EditorSetFormat Method
    In This Topic
    Sets the format string used to display the value when the control is in edit mode.
    Syntax
    'Declaration
     
    
    Sub C1EditorSetFormat( _
       ByVal format As String _
    ) 
    void C1EditorSetFormat( 
       string format
    )

    Parameters

    format
    format string uses standard .NET format specifiers.
    See Also