The SelectedHighlightColor property returns/sets the highlight border color of the Items within the Group.

Property Value

Selected border Highlight Color.

Remarks

Each Item can have a 1-pixel border surrounding it that is visible when the mouse hovers over it. This border is divided into a "Highlight" section (Left, Top) and a "Shadow" section (Right, Bottom). Use RGB color value strings expressed as a hexadecimal triplet ("#000000") or predefined HTML color value ("black").

When both the WebMenu.SelectedHighlightColor and WebMenu.SelectedShadowColor are empty, no Items will (or can) have a border.

When both the Group.SelectedHighlightColor and Group.SelectedShadowColor are empty, all of the Items in the Group will display no border, overriding the WebMenu object's property values.

A special value, "Inherited", is used to set the property equal to the WebMenu's property value.

Default: "Inherited"


Copyright © Coalesys, Inc.