Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 590 Bytes

textbox_selectedtext.md

File metadata and controls

30 lines (19 loc) · 590 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBox.SelectedText
winrt property

Windows.UI.Xaml.Controls.TextBox.SelectedText

-description

Gets or sets the content of the current selection in the text box.

-xaml-syntax

<TextBox SelectedText="string"/>

-property-value

The currently selected text in the text box. If no text is selected, the value is String.Empty.

-remarks

-examples

-see-also