Vcl.ComCtrls.TCoolBar.Images

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

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

説明

TCoolBar 内のバンドで利用可能なイメージをリストします。

Images プロパティは TCoolBar 内のバンドの左側に表示できるビットマップのリストです。各バンドは,ImageIndex プロパティを設定することで,このリストからイメージを指定できます。

関連項目