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

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

    Parameters

    e
    See Also