ToolTip.BackColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工具提示的背景色彩。
public:
property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color BackColor { get; set; }
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color
屬性值
背景 Color。
備註
除非工具提示是以擁有者繪製,否則會忽略此屬性。
系統預設字型會自動使用,而且只能由擁有者繪製工具提示來覆寫。 如需詳細資訊,請參閱 OwnerDraw 屬性 (Property)。