RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clMenuHighlight Constant

Represents the color of the background of a selected menu item.

Pascal
clMenuHighlight = TColor(clSystemColor or COLOR_MENUHILIGHT);
C++
clMenuHighlight = TColor(clSystemColor or COLOR_MENUHILIGHT);

Graphics

clMenuHighlight is the default color used for the background of a selcetd main or sub menu item. clMenuHighlight is a System color - used for painting a component. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!