RichTextBlock.IsTextSelectionEnabled プロパティ

定義

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です。

適用対象