VLMenuPlus Reference

Read/Write Property TooltipTextColor

See Also See Also Applies To Applies To

Returns or sets the color used for tooltip text.

When UseCustomColors is set to False, this will return the default color setting used by VLMenuPlus.

 

Syntax

object.TooltipTextColor [= color]

 

The  TooltipTextColor property syntax has these parts:

Part Description
object An object expression that evaluates to VLMenuPlus
color An OLE_COLOR expression specifying the color to be used for tooltip text.

Remarks

Please note that for specifying a custom color for the tooltip text, you must first set UseCustomColors to TRUE.

It is recommended to let VLMenuPlus use default color settings, as it will smartly match the color setting as per the current desktop settings.

Note

On NT platforms, custom tooltip text color support requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 3.0 and later installed).

On Windows 9x platforms, custom tooltip text color support requires Windows 98 (or Windows 95 with Internet Explorer 3.0 or later).