ToolTip.BackColor 屬性

定義

取得或設定工具提示的背景色彩。

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)。

適用於

另請參閱