SystemBrushes.HighlightText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SolidBrush,也就是所選項目的文字色彩。
public:
static property System::Drawing::Brush ^ HighlightText { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush HighlightText { get; }
static member HighlightText : System.Drawing.Brush
Public Shared ReadOnly Property HighlightText As Brush
屬性值
SolidBrush,為選取項目的文字色彩。
備註
選取的專案可能包含功能表項和選取的文字。 例如,筆刷可能是用於清單框中所選項目文字的色彩。