Vcl.ComCtrls.TCustomTreeView.CheckStyles

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView


Beschreibung

Mit der Eigenschaft CheckStyles kann das Verhalten von Knoten-Kontrollkästchen angepasst werden.

Einzelheiten finden Sie unter CheckState.

Siehe auch