RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clMenu Constant

Represents the color of the background of an unselected menu sub item.

Pascal
clMenu = TColor(clSystemColor or COLOR_MENU);
C++
clMenu = TColor(clSystemColor or COLOR_MENU);

clMenu is the default color used for the background of a sub menu item. clMenuBar defines the color used for the background of the main menu items. clMenu is a System color - used for painting a component. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!