TextBox::Select Method (Int32, Int32)
.NET Framework (current version)
Selects a range of text in the text box.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- start
-
Type:
System::Int32
The zero-based character index of the first character in the selection.
- length
-
Type:
System::Int32
The length of the selection, in characters.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | start or length is negative. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: