Vcl.ComCtrls.TCustomListView.LargeImages

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

Delphi

property LargeImages: TCustomImageList read FLargeImages write SetLargeImages;

C++

__property Vcl::Imglist::TCustomImageList* LargeImages = {read=FLargeImages, write=SetLargeImages};

プロパティ

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

説明

ViewStyle プロパティが vsIcon のとき,リスト内の項目に表示するアイコンイメージのリストを提供します。

LargeImages プロパティを設定すると,ViewStyle が vsIcon のときにリスト内の項目の横に表示するビットマップを指定できます。Items リストの各項目は,ImageIndex プロパティを設定してこのイメージリストに入っているビットマップと関連付けることができます。

関連項目