DevTextBoxSelect(Int32, Int32) Method

Selects a range of text in the text box.

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
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