IListViewItem.Cut

Syntax

Cut: Boolean;

Description

The Cut property determines whether the element should be marked as cut out.

Comments

Cut does not copy element in the clipboard and does not remove it from the list, that is why these operations must be executed by the developed application. If the Cut property is set to True, the element icon has a lighter hue that indicates that this element is cut out.

Element 0 and Element 3 are marked as cut out.

See also:

IListViewItem