RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.TransparentColorValue Property

Indicates the color on the form that appears transparent when TransparentColor is true.

Pascal
property TransparentColorValue: TColor;
C++
__property TColor TransparentColorValue;

Use TransparentColorValue to indicate the color that appears transparent when the TransparentColor property is true.

Note: If the application uses a 16-bit color palette, TransparentColorValue must be a basic color.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!