Vcl.ExtCtrls.TCustomCategoryPanel.ExpandedImageIndex

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

Delphi

property ExpandedImageIndex: TImageIndex read FExpandedImageIndex write SetExpandedImageIndex default -1;

C++

__property System::Uitypes::TImageIndex ExpandedImageIndex = {read=FExpandedImageIndex, write=SetExpandedImageIndex, default=-1};

プロパティ

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

説明

カテゴリ パネルが展開されていて、マウスがヘッダーの上にないときに、山形として表示する画像を指定します。

親 CategoryPanelGroup の Images プロパティ内の画像の 1 つと山形を関連付けるには、ExpandedImageIndex を設定します。カテゴリ パネルが展開された状態のときに、マウスがヘッダーの領域の外側にある間は、選択した画像が表示されます。

関連項目