BackColorSidebar

Color to use as the background of the sidebar in a menu. 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(backcolorsidebar=Color)

Attribute

Value

Technical Name

BackColorSidebar

Property Type

String

Dynamic?

No

Default

Windows system color

Valid Values

A web color name, system color name, or an RGB hexadecimal number (prefixed by a hash mark). (Decimal RGB colors are not supported.) For more information, see Standard Colors .

Description

Menus in Windows have a sidebar to the left of the menu items (or to the right if the application is configured for a right-to-left locale). This space is reserved for an image or check mark associated with the menu item.

You can use the BackColorSidebar property to define a color for this sidebar. However, if ImgSidebar defines a background image for the sidebar, BackColorSidebar is ignored.

If you specify the property without a value, the sidebar is suppressed. For example

[application]
menu-umenu(backcolorsidebar="")

Setting BackColorSidebar

In usys.ini:

[application]
menu=umenu(font=SansMedium;backcolorsidebar=skyblue;backcolorselect=skyblue)
Menu Sidebar with Color

Menu with sidebar color

Applies To

Menu Objects