Selection.Start Property | ||
| Description: | Gets or sets the starting point of selected text. The first possible position is 0. | |
| Syntax: | [C#]
public int Start { get; set; }
[Visual Basic]
Public Property Start() As Integer
| |
| Limitations: | Runtime only. | |
| See also: | Text Selections and Character Input, Graphical Overview. | |