Vcl.ExtCtrls.TCustomCategoryPanelGroup.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.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

説明

山形画像の代わりにパネルで使用できる画像リストを指定します。

カテゴリ パネル グループに含まれるカテゴリ パネルで山形の代わりに使用できる画像のセットを定義するには、Images プロパティを使用します。

関連項目