Vcl.ComCtrls.TCoolBar.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Vcl::Imglist::TCustomImageList* Images = {read=FImages, write=SetImages};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

Description

Lists images available for bands in the TCoolBar.

Images is a list of bitmaps that can be displayed to the left of any band in the TCoolBar. Each band can specify an image from this list by setting its ImageIndex property.

See Also