Vcl.ActnMan.TCustomActionManager.DisabledImages
Delphi
property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;
C++
__property Vcl::Imglist::TCustomImageList* DisabledImages = {read=FDisabledImages, write=SetDisabledImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionManager |
Description
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