Vcl.ComCtrls.TTreeNode.ImageIndex

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

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

プロパティ

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

説明

ノードが通常の状態にあって現在選択されていない場合に,どのイメージを表示するかを指定します。

ツリービューの Images プロパティとともに ImageIndex プロパティを使用すると,通常の状態にあるノードのイメージを指定できます。

関連項目