ToolTip.ForeColor 屬性

定義

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

public:
 property System::Drawing::Color ForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color ForeColor { get; set; }
member this.ForeColor : System.Drawing.Color with get, set
Public Property ForeColor As Color

屬性值

Color

前景 Color

備註

BackColor使用 和 ForeColor 屬性來修改工具提示所使用的色彩配置。 系統預設字型會自動使用,而且只能由擁有者繪製工具提示來覆寫。 如需詳細資訊,請參閱 OwnerDraw 屬性 (Property)。

適用於

另請參閱