VLMenuPlus Reference

Read/Write Property HighlightAppearance

See Also See Also Applies To Applies To

Gets or sets highlight appearance of menu.

 

Syntax

object.HighlightAppearance [=value]

 

The HighlightAppearance property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
value An integer specifying the highlighting style to be used for selected menu background, as described in Settings.

Settings

The settings for value are:

Constant Setting Description
vlFlat 0 Highlighting will appear in a flat rectangle (without border).
vl3DRaised 1 Highlighting will appear in a raised inner edge rectangle.
vl3DSunken 2 Highlighting will appear in a sunken outer edge rectangle.
vlEdgeEtched 3 Highlighting will appear in a sunken outer edge and raised inner edge rectangle.
vlFlatWithBorder 4 Highlighting will appear in a flat rectangle (with border).