Vcl.ComCtrls.TTreeNode.ExpandedImageIndex

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

Delphi

property ExpandedImageIndex: TImageIndex read FExpandedImageIndex write SetExpandedImageIndex;

C++

__property System::Uitypes::TImageIndex ExpandedImageIndex = {read=FExpandedImageIndex, write=SetExpandedImageIndex, nodefault};

プロパティ

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

説明

項目が展開されているときの画像インデックス。

ExpandedImageIndex は、項目が展開されているときに表示される画像のインデックスです。

関連項目