TextBoxBase.IsInactiveSelectionHighlightEnabled プロパティ

定義

テキスト ボックスにフォーカスがない場合に選択したテキストをテキスト ボックスに表示するかどうかを示す値を取得または設定します。

public:
 property bool IsInactiveSelectionHighlightEnabled { bool get(); void set(bool value); };
public bool IsInactiveSelectionHighlightEnabled { get; set; }
member this.IsInactiveSelectionHighlightEnabled : bool with get, set
Public Property IsInactiveSelectionHighlightEnabled As Boolean

プロパティ値

true テキスト ボックスにフォーカスがないときに、テキスト ボックスに選択したテキストが表示される場合。それ以外の場合は false

登録済みの既定値は false です。 値に影響を与える可能性がある内容の詳細については、「 依存関係プロパティの値の優先順位」を参照してください。

注釈

依存関係プロパティ情報

Item 価値
識別子フィールド IsInactiveSelectionHighlightEnabledProperty
に設定されたメタデータ プロパティ true None

適用対象