Vcl.ComCtrls.TTreeNode.ImageIndex
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 プロパティを使用すると,通常の状態にあるノードのイメージを指定できます。