Vcl.ComCtrls.TCustomTreeView.CheckStyles

提供:RAD Studio API Documentation

Delphi

property CheckStyles: TCheckStyles read FCheckStyles write SetCheckStyles default [];

C++

__property TCheckStyles CheckStyles = {read=FCheckStyles, write=SetCheckStyles, default=0};

プロパティ

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


説明

CheckStyles プロパティにより、ノードのチェックボックスの状態を調整することができます。

詳細については、CheckState を参照してください。

関連項目