Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / Select Method
The position of the first character in the current text selection within the text box.
The number of characters to select.

In This Topic
    Select Method (ITextBoxBase)
    In This Topic
    Selects a range of text in the text box.
    Syntax
    'Declaration
     
    
    Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    void Select( 
       int start,
       int length
    )

    Parameters

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