Difference between revisions of "WebTreeView.ItemForXY"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
− | Returns the TreeViewItem index from the passed x,'' Y'' mouse coordinates. | + | Returns the [[TreeViewItem]] index from the passed x,'' Y'' mouse coordinates. |
The parameters ''X'' and ''Y'' are relative to the top, left corner of the TreeView. | The parameters ''X'' and ''Y'' are relative to the top, left corner of the TreeView. |
Latest revision as of 16:25, 7 August 2015
Method
WebTreeView.ItemForXY ( X As Integer, Y As Integer ) As TreeViewItem
Returns the TreeViewItem index from the passed x, Y mouse coordinates.
The parameters X and Y are relative to the top, left corner of the TreeView.