Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 785 Bytes

richtextblock_istextselectionenabled.md

File metadata and controls

30 lines (19 loc) · 785 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabled
winrt property

Windows.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabled

-description

Gets or sets a value that determines whether text content of the RichTextBlock can be selected for clipboard or drag purposes, or for UI styling changes that indicate selected text.

-xaml-syntax

<RichTextBlock IsTextSelectionEnabled="bool" />

-property-value

true if text content of the RichTextBlock can be selected for clipboard or drag purposes. false if text cannot be selected. The default is true.

-remarks

-examples

-see-also