Vcl.ComCtrls.TTreeNode.DropHighlighted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropHighlighted: Boolean read GetDropHighlighted write SetDropHighlighted;

C++

__property bool DropHighlighted = {read=GetDropHighlighted, write=SetDropHighlighted, nodefault};

Properties

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

Description

The boolean DropHighlighted property allows the user to check and set the nsDropHilited node state. In its turn, the nsDropHilited node state is on when the node is selected as a drag-and-drop target.


See Also