ShellBrowser Delphi Components Documentation
|
Returns the node that is found at the specified position.
function GetNodeAt(x: Integer; y: Integer): TJamShellTreeNode;
Parameters |
Description |
x: Integer |
Specify the x-coordinate in pixels relative to the top left corner of the tree view. |
y: Integer |
Specify the y-coordinate in pixels relative to the top left corner of the tree view. |
The node at the given position.