ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win Namespace / IEmbeddedEditor Interface / SetFormat Method
format string uses standard .NET format specifies.

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

    Parameters

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