RichTextBlock.SelectedText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a text range of selected text.
public:
property Platform::String ^ SelectedText { Platform::String ^ get(); };
winrt::hstring SelectedText();
public string SelectedText { get; }
var string = richTextBlock.selectedText;
Public ReadOnly Property SelectedText As String
Property Value
A text range of the selected text.