Vocola.net
Vocola 3.1 Function Library
ButtonClick(button)
Namespaces LibraryDragonLegacy ► ButtonClick
Clicks a button associated with the pointing device.
Syntax
ButtonClick(button)
Parameters
button
A number specifying which button(s) to click. Use 1 for the left button, 2 for the right button, 4 for the middle button, or add the numbers to click multiple buttons simultaneously.
Remarks
In a Vocola command, the pseudo-keystrokes {LeftButton}, {RightButton}, and {MiddleButton} may be used as alternatives to calling this function, with the advantage that modifier keys such as Shift and Control may be added.

See the suggested Vocola 3 analog Pointer.Click for an example.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)