VLMenuPlus Reference

Read/Write Property ShowTooltipTitle

See Also See Also Applies To Applies To

Enables or disables the display of title text in the tooltip. Menu item's caption will be used as the tooltip title.

 

Syntax

object.ShowTooltipTitle [= boolean]

 

The  ShowTooltipTitle property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
Boolean A Boolean expression that specifies if a title should be displayed in the tooltip.

Setting

The settings for boolean are:

Setting Description
True Enables display of tooltip title. The menu item's caption will be used as tooltip title.
False Disables display of tooltip title. The tooltips (if enabled) will be displayed without a title.

Note

On NT platforms, Tooltip title support requires Windows 2000 (or Windows NT 4 with Internet Explorer 5 or later installed).

On Windows 98 or Windows 95, Tooltip title support requires Internet Explorer 5 or later installed.