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