KryptonTextBoxSelect Method (Int32, Int32) |
Selects a range of text in the control.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxpublic void Select(
int start,
int length
)
Parameters
- start
- Type: SystemInt32
The position of the first character in the current text selection within the text box. - length
- Type: SystemInt32
The number of characters to select.
See Also