ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / OnFormatText Method

In This Topic
    OnFormatText Method (C1Combo)
    In This Topic
    Raises the FormatText event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatText( _
       ByVal e As FormatTextEventArgs _
    ) 
    protected virtual void OnFormatText( 
       FormatTextEventArgs e
    )

    Parameters

    e
    See Also