Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / Select Method / Select(Int32,Int32) Method
The position of the first character in the current text selection within the drop down control.
The number of characters to select.

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Selects a range of text in the drop down control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    The position of the first character in the current text selection within the drop down control.
    length
    The number of characters to select.
    See Also