RichTextBlock.IsTextSelectionEnabled プロパティ
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RichTextBlock のテキスト コンテンツをクリップボードまたはドラッグの目的で選択するか、選択したテキストを示す UI スタイル変更に対して選択できるかを決定する値を取得または設定します。
public:
property bool IsTextSelectionEnabled { bool get(); void set(bool value); };
bool IsTextSelectionEnabled();
void IsTextSelectionEnabled(bool value);
public bool IsTextSelectionEnabled { get; set; }
var boolean = richTextBlock.isTextSelectionEnabled;
richTextBlock.isTextSelectionEnabled = boolean;
Public Property IsTextSelectionEnabled As Boolean
<RichTextBlock IsTextSelectionEnabled="bool" />
Boolean
bool
クリップボード またはドラッグの目的で RichTextBlock のテキスト コンテンツを選択できる場合は true。 テキスト を選択できない場合は false。 既定値は trueです。
製品 | バージョン |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |