Advertising banner:

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