Selection.Text Property | ||
| Description: | Gets or sets a string containing the currently selected text. | |
| Syntax: | [C#]
public string Text { get; set; }
[Visual Basic]
Public Property Text() As String
| |
| Limitations: | Runtime only. | |
| See also: | Text Selections and Character Input, Graphical Overview. | |