Vcl.ActnMan.TActionManager.DisabledImages

From RAD Studio API Documentation

Delphi

property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;

C++

__property DisabledImages;

Properties

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

Description

List the images that are available for actions in the action list, when the actions are disabled. {{#multireplace:Vcl.ActnMan.TActionManager.DisabledImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionManager.DisabledImages|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.DisabledImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

List the images that are available for actions in the action list, when the actions are disabled.

DisabledImages is a list of bitmaps that can be displayed to the left of any disabled action in the action list.

See Also

Code Examples