RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clGradientInactiveCaption Constant

Right side color in the color gradient of an inactive window's title bar.

Pascal
clGradientInactiveCaption = TColor(clSystemColor or COLOR_GRADIENTINACTIVECAPTION);
C++
clGradientInactiveCaption = TColor(clSystemColor or COLOR_GRADIENTINACTIVECAPTION);

Graphics

For a Windows 98 and Windows 2000 color gradient in an inactive caption, clInactiveCaption defines the left side color, and clGradientInactiveCaption defines the right side color. The left side color blends to the right side color. 

 

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