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