KryptonRibbonGroupTextBoxSelect Method  | 
 
            Selects a range of text in the control.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Ribbon
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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