Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToolTip::BackColor Property

 

Gets or sets the background color for the ToolTip.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color BackColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The background Color.

Unless the ToolTip is owner-drawn, this property is ignored.

The system default font is automatically used and can only be overridden by owner-drawing the ToolTip. For more information, see the OwnerDraw property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft