RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStaticText.Transparent Property

Specifies whether the background of the image obscures objects below the image object.

Pascal
property Transparent: Boolean;
C++
__property Boolean Transparent;

Set Transparent to true to allow objects behind the TCustomStaticText object to show through the background of the image. Set Transparent to false to make the background of the image opaque. 

 

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