Vcl.ComCtrls.TCustomTreeView.AutoExpand

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

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default False;

C++

__property bool AutoExpand = {read=FAutoExpand, write=SetAutoExpand, default=0};

プロパティ

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

説明

選択に応じてツリービューのノードを自動的に展開したり折りたたんだりするかどうかを指定します。

AutoExpand プロパティを true に設定すると,選択した項目を展開し,選択解除した項目を折りたたむことができます。

関連項目