ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Select Method / Select(Int32,Int32) Method

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Selects specified text in a combo box's text box.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    length
    See Also