RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TImageList.Masked Property

Specifies whether the image list includes masks that can be combined with the images.

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

Set the Masked property to true to combine the images with masks. The masked portion of the bitmap is drawn transparently, or replaced by the color specified by the BkColor property. 

Masked indicates whether the image list stores masks to combine with the images. To use those masks, the ImageType property indicates whether to draw the image or the mask. 

 

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