Vcl.ComCtrls.TListItem.Cut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cut: Boolean index 0 read GetState write SetState;

C++

__property bool Cut = {read=GetState, write=SetState, index=0, nodefault};

Properties

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

Description

Determines whether the list item is drawn as if it is selected for a cut operation.

Set the Cut property to give the list item the grayed-out appearance of an item selected for cutting. Cut does not copy the item to the Clipboard or remove it from the list: the application must still perform these operations.

See Also