Vcl.Controls.TImageList.ImageType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageType: TImageType read FImageType write FImageType default 0;

C++

__property ImageType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Determines whether the image list uses the associated mask when drawing.

Vcl.Controls.TImageList.ImageType inherits from Vcl.ImgList.TCustomImageList.ImageType. All content below this line refers to Vcl.ImgList.TCustomImageList.ImageType.

Determines whether the image list uses the associated mask when drawing.

Use the ImageType property to control whether the images are drawn using the image mask (itMask), or without the mask (itImage).

See Also