Vcl.ActnMan.TActionClientItem.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Contains the ImageIndex property for the client action item.

ImageIndex is an index into the Images property of the action manager that contains the action client item. It identifies an image that is associated with controls and menu items that is drawn when this client action item is rendered on an action band by the action manager.

See Also