VLMenuPlus Reference

Read/Write Property MenuHighlightBorder

See Also See Also Applies To Applies To

Returns or sets the color used for painting the border of highlight bar for selected menu item. Highlight boder will be drawn only if HightStyle is set to XP.

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

 

Syntax

object.MenuHighlightBorder [= color]

 

The MenuHighlightBorder 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 painting the border of highlight bar for selected menu item.

Remarks

HighlightBorder setting will be used only when HighlightStyle is set to XP.

Please note that for specifying a custom color for the HighLightBorder, 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.