RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clInactiveBorder Constant

Represents the default border color of an inactive window.

Pascal
clInactiveBorder = TColor(clSystemColor or COLOR_INACTIVEBORDER);
C++
clInactiveBorder = TColor(clSystemColor or COLOR_INACTIVEBORDER);

Graphics

clInactiveBorder is the default color used to paint the border of an inactive window. clInactiveBorder 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!