Click or drag to resize

KryptonTextBoxSelect Method (Int32, Int32)

Selects a range of text in the control.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public 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