| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Selection.Length Property |
||
| Description: | Returns or sets the number of characters selected. If this property is zero, no text is selected and the
Start property determines the current text input position. |
|
| Syntax: |
[C#]
public int Length { get; set; }
[Visual Basic] Public Property Length() As Integer |
|
| Remarks: | If the Start property is
set to zero and the Length property is set to int.MaxValue all the text is selected. |
|
| Limitations: | Runtime only. |
|
| See also: | Text Selections and Character Input, Graphical Overview. | |