Vcl.ImgList.TCustomImageList.Masked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Masked: Boolean read FMasked write FMasked default True;

C++

__property bool Masked = {read=FMasked, write=FMasked, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

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

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.

See Also