Vcl.ImgList.TCustomImageList.ImageType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageType: TImageType read FImageType write FImageType default itImage;

C++

__property TImageType ImageType = {read=FImageType, write=FImageType, default=0};

Properties

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

Description

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