Vcl.ActnMan.TCustomActionManager.LargeImages
Delphi
property LargeImages: TCustomImageList read FLargeImages write SetLargeImages;
C++
__property Vcl::Imglist::TCustomImageList* LargeImages = {read=FLargeImages, write=SetLargeImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionManager |
Description
Lists the large images available for actions in the action list.
LargeImages is a list of bitmaps that can be displayed as large icons, corresponding to any action in the action list.
See Also
Code Examples