Vcl.ActnMan.TActionManager.LargeDisabledImages

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ActnMan.TActionManager.LargeDisabledImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionManager.LargeDisabledImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TCustomActionManager.LargeDisabledImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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