Click or drag to resize
DigitalRuneTextBoxSelect Method
Selects a range of text in the text box.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void Select(
	int start,
	int length
)

Parameters

start
Type: SystemInt32
The zero-based index of the first character in the selection.
length
Type: SystemInt32
The length of the selection, in characters.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The selection defined by start and length is invalid.
See Also