History
Form.MouseY
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Form.MouseY
Purpose
Returns the last Y coordinate clicked on the form body (including any protected controls).
Syntax
Form.
MouseY
Example
Sub Main()
MyForm.MouseY
End Sub