Vcl.ActnMan.TActionManager.DisabledImages
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.
Vcl.ActnMan.TActionManager.DisabledImages inherits from Vcl.ActnMan.TCustomActionManager.DisabledImages. All content below this line refers to Vcl.ActnMan.TCustomActionManager.DisabledImages.
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