Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control.
Overload List
Overload | Description |
GetValueAt(Int32,Int32) | Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control. |
GetValueAt(Int32,Int32,Boolean) | Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control. If the 'dragging' parameter is True the returned value is the result of dragging the pointer from its current position to (x, y). |
See Also