VLMenuPlus Reference

Read/Write Property HighlightOverBitmap

See Also See Also Applies To Applies To

Enables or disables highlighting covering the bitmap area.

 

Syntax

object.HighlightOverBitmap [= value]

 

The HighlightOverBitmap property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
value A boolean expression that enables or disables highlighting covering the bitmap area.

Settings

The settings for value are:

Constant Setting Description
vlCompatible 0 (Default) Highlighting will overlap menu bitmap area when HighLightStyle is set to XP or [Office 2003].
vlAlways 1 Highlighting will always overlap menu bitmap area independent of HighLightStyle setting.
vlNever 2 Highlighting will not overlap menu bitmap area independent of HighLightStyle setting.