Vcl.ComCtrls.TCustomTreeView.CheckBoxes

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

Delphi

property CheckBoxes: Boolean read FCheckBoxes write SetCheckBoxes default False;

C++

__property bool CheckBoxes = {read=FCheckBoxes, write=SetCheckBoxes, default=0};

プロパティ

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


説明

チェックボックスを TTreeView プラットフォーム コントロールに追加可能にします。

CheckBoxes は、複数の状態をサポートしており、標準のツリー構造に追加することができます。

CheckBoxes には標準スタイルまたは拡張スタイルがあり、CheckStyles プロパティで制御します。

ヒント: ノード状態をチェックするには、プロパティ Checked または CheckState を使用します。
ヒント: チェックされた状態のノードを処理するには、イベント OnCheckStateChanging および OnCheckStateChanged を使用します。

関連項目