| TextBoxSelect Method |
Selects a range of text in the text box.
Namespace: DigitalRune.Game.UI.ControlsAssembly: 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
)
Public Sub Select (
start As Integer,
length As Integer
)
public:
void Select(
int start,
int length
)
member Select :
start : int *
length : int -> unit
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 See Also