Advertising banner:

History
 
 Form.MouseY
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Form.MouseY
 
MouseY (forms)
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