Retrieves the Mouse Cursor Y coordinate of the current form when the data value is dropped.
Syntax:
DropMouseY()
Parameters:
None
Returns:
The numeric value of the Mouse Cursor Y coordinate in the unit of measurement used by the current form.
Note:
When a drop occurs outside of the form's client area, such as the form title, the Y coordinate will be returned as a negative value.
Platform specific:
This function is not supported for mobile devices.
See also:
DropMouseX
The Online and Rich Client Samples projects (program HG41 and RHG41)