Click or drag to resize

KryptonDomainUpDownSelect(Int32, Int32) Method

Selects a range of text in the control.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Select(
	int start,
	int length
)

Parameters

start  Int32
The position of the first character in the current text selection within the text box.
length  Int32
The number of characters to select.
See Also