-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.TextBox.SelectedText |
winrt property |
Gets or sets the content of the current selection in the text box.
<TextBox SelectedText="string"/>
The currently selected text in the text box. If no text is selected, the value is String.Empty.