Vcl.ActnList.TCustomActionList.Images

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Vcl::Imglist::TCustomImageList* Images = {read=FImages, write=SetImages};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

説明

アクションリストに格納されているアクションに使用されるイメージをリストします。

Images プロパティは,アクションリストでアクションの左側に表示されるビットマップのリストです。アクションは,ImageIndex プロパティでこのイメージリストからイメージに関連付けられます。このイメージは,メニュー項目,ツールボタンなどのクライアントコントロールに表示されます。

関連項目