Share via


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,為選取項目的文字色彩。

備註

例如,此色彩用於清單框中所選取項目的文字。

適用於