Difference between revisions of "WebTreeView.ItemForXY"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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.

Revision as of 17:59, 14 September 2014

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.