Description
Returns/sets the hint text color.
Usage
[form.][control.]TooltipForeColor[ = OLE_COLOR]
Data Type
OLE_COLOR
Default
TRUE
Remarks
This property sets or returns the control tooltip fore 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.TooltipForeColor = RGB (255, 255, 255)