Vcl.ComCtrls.TTreeNode.Cut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cut: Boolean read GetCut write SetCut;

C++

__property bool Cut = {read=GetCut, write=SetCut, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Indicates if the tree node object is drawn as if selected as part of a cut and paste operation.

Use Cut to alter the appearance of the tree node when it is selected as part of a cut and paste operation.

See Also