Selects a range of text in the text box.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
void Select( int start, int length ) |
Visual Basic (Declaration) |
---|
Sub Select ( _ start As Integer, _ length As Integer _ ) |
Parameters
- start
- Type: System..::.Int32
The position of the first character within the control.
- length
- Type: System..::.Int32
The number of characters to select.