FlatButtonAppearance.CheckedBackColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當按鈕已核取且滑鼠指標位於控制項範圍以外時,按鈕之工作區 (Client Area) 的色彩。
public:
property System::Drawing::Color CheckedBackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(true)]
public System.Drawing.Color CheckedBackColor { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.CheckedBackColor : System.Drawing.Color with get, set
Public Property CheckedBackColor As Color
屬性值
Color 結構,表示按鈕之工作區的色彩。
- 屬性