TooltipBackColor Property

Description

Returns/sets the hint text background color.

Usage

[form.][control.]TooltipBackColor[ = OLE_COLOR]

Data Type

OLE_COLOR

Default

System tooltip backcolor

Remarks

This property sets or returns the control tooltip background color; it is a global property to all tooltips, these property dependences on EnableToolTip property.

Refer to IndicatorToolTip property, and see also related properties above.

Sample

ColorPicker1.TooltipBackColor = RGB (255, 0, 0)