Vcl.ActnMan.TCustomActionManager.LargeDisabledImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LargeDisabledImages: TCustomImageList read FLargeDisabledImages write SetLargeDisabledImages;

C++

__property Vcl::Imglist::TCustomImageList* LargeDisabledImages = {read=FLargeDisabledImages, write=SetLargeDisabledImages};

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 disabled action in the action list.

See Also

Code Examples