TCustomdxVTreeViewEdit.DropDown Method
Opens a drop-down tree-view control so that a user can choose a tree node.
Declaration
procedure DropDown; virtual;
Remarks
Call DropDown to programmatically open a drop-down tree-view control. Before a tree-view control is displayed, the OnDropDown event is generated.
See Also