ControlPaint.ContrastControlDark 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得當做 ControlDark 色彩使用的色彩。
public:
static property System::Drawing::Color ContrastControlDark { System::Drawing::Color get(); };
public static System.Drawing.Color ContrastControlDark { get; }
member this.ContrastControlDark : System.Drawing.Color
Public Shared ReadOnly Property ContrastControlDark As Color
屬性值
Color,當做 ControlDark 色彩來使用。
備註
如果使用者已啟用 HighContrast 模式,這個屬性會設定為 SystemColors.WindowFrame ,否則會設定為 SystemColors.ControlDark 。