History
Form.MouseX
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Form.MouseX
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