The SelectedShadowColor property returns/sets the shadow border color of the Item.

Property Value

Selected border Shadow 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 Item.SelectedHighlightColor and Item.SelectedShadowColor are empty, the Item will not display a border, overriding the WebMenu or Group object property values.

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

Default: "Inherited"


Copyright © Coalesys, Inc.