RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clInfoBk Constant

Represents the color of the background of a tool tip.

Pascal
clInfoBk = TColor(clSystemColor or COLOR_INFOBK);
C++
clInfoBk = TColor(clSystemColor or COLOR_INFOBK);

Graphics

clInfoBk is the default color used for the background of a tool tip. clInfoBk 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!