SystemColors.HighlightText プロパティ

定義

選択した項目のテキストの色である Color 構造体を取得します。

public:
 static property System::Drawing::Color HighlightText { System::Drawing::Color get(); };
public static System.Drawing.Color HighlightText { get; }
static member HighlightText : System.Drawing.Color
Public Shared ReadOnly Property HighlightText As Color

プロパティ値

選択した項目のテキストの色を表す Color

注釈

たとえば、この色は、リスト ボックス内の選択した項目のテキストに使用されます。

適用対象