Vcl.ComCtrls.TCoolBand.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

Properties

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

Description

Determines the image that appears on the band.

The Images property of TCoolBar contains a list of bitmaps that can appear to the left of any band in the TCoolBar. To select a bitmap from the list, assign a value to the band's ImageIndex property.

See Also