Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / Select Method
The selection start.
The selection length.

In This Topic
    Select Method (C1MaskedTextBox)
    In This Topic
    Selects the text between the specified start and length.
    Syntax
    'Declaration
     
    
    Public Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    The selection start.
    length
    The selection length.
    See Also