TdxBarTreeViewCombo.DropDown(Integer,Integer) Method
Activates the dropdown window.
Declaration
procedure DropDown(X: Integer; Y: Integer); override;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Remarks
This method prepares the tree view and displays a dropdown window. The X and Y parameters specify the position of the dropdown window’s left top corner.
See Also