Vcl.ActnMan.TCustomActionManager.LargeDisabledImages
Delphi
property LargeDisabledImages: TCustomImageList read FLargeDisabledImages write SetLargeDisabledImages;
C++
__property Vcl::Imglist::TCustomImageList* LargeDisabledImages = {read=FLargeDisabledImages, write=SetLargeDisabledImages};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionManager |
Beschreibung
Führt die großen Bilder auf, die für Aktionen in der Aktionsliste zur Verfügung stehen.
LargeImages bezeichnet eine Liste mit Bitmaps, die als große Symbole für eine beliebige deaktivierte Aktion in der Aktionsliste angezeigt werden können.
Siehe auch
Codebeispiele