API:Vcl.ComCtrls.TTreeView.ShowButtons

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

Delphi

property ShowButtons: Boolean read FShowButtons write SetButtonStyle default 1;

C++

__property ShowButtons = {default=1};

プロパティ

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

説明

各親項目の左側に正符号(+)と負符号(-)のボタンを表示するかどうかを指定します。

Vcl.ComCtrls.TTreeView.ShowButtons は Vcl.ComCtrls.TCustomTreeView.ShowButtons を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTreeView.ShowButtons を参照しています。

各親項目の左側に正符号(+)と負符号(-)のボタンを表示するかどうかを指定します。

ShowButtons プロパティが true の場合,各親項目の左側にボタンが表示されます。ユーザーは親項目をダブルクリックするかわりにこのボタンをクリックして,子項目の展開/折りたたみを実行できます。

関連項目