Vcl.ActnMan.TActionManager.LargeDisabledImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LargeDisabledImages: TCustomImageList read FLargeDisabledImages write SetLargeDisabledImages;

C++

__property LargeDisabledImages;

Properties

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

Description

Lists the large images available for actions in the action list.

Vcl.ActnMan.TActionManager.LargeDisabledImages inherits from Vcl.ActnMan.TCustomActionManager.LargeDisabledImages. All content below this line refers to Vcl.ActnMan.TCustomActionManager.LargeDisabledImages.

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