TextBox.SelectionLength Property
Silverlight
Gets or sets the number of characters in the current selection in the text box.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<TextBox SelectionLength="int"/>
Property Value
Type: System.Int32The number of characters in the current selection in the text box, or 0 if there is no selection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
The value is less than 0. |
Getting this property returns the number of characters in the current selection. Setting this property adjusts the length of the current selection to the specified value, keeping the beginning of the selection fixed.
If the specified selection length is longer than the amount of text, the selection length automatically adjusts so that the resulting selection is never more than the amount of text.
A SelectionChanged event is raised when a valid SelectionLength is set.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.