BorderColorSelect

Color of the border around a selected menu item or panel button. Valid value is a web or system color name, or a hexadecimal number (prefixed by a hash mark). If not specified, the Windows system default is used.

This property can only be set in the .ini file.

[application]
menu=umenu(BorderColorSelect=Color)

For more information, see Standard Colors .

Description

If no menu or panel properties are defined, the Windows theme manager determines whether a border is displayed around the selected menu item or button.

If some properties are defined but BorderColorSelect is not, no border is set.

Setting ColorSelectBorder

The following properties, set in the usys.ini file, specify the colors to use for the background and border of the selected menu item:

[application]
menu=umenu(backcolorselect=#fdfdfd;BorderColorSelect=#3399ff)

Applies To