RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clMenuBar Constant

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

Pascal
clMenuBar = TColor(clSystemColor or COLOR_MENUBAR);
C++
clMenuBar = TColor(clSystemColor or COLOR_MENUBAR);

clMenuBar is the default color used for the background of a main menu item. clMenu defines the color used for the background of menu sub items. clMenuBar 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!