Vocola.net
Vocola 3.1 Function Library
Click(button, count)
Namespaces LibraryPointer ► Click
Clicks a button associated with the pointing device a specified number of times.
Syntax
Click(button, count)
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.
count
A number specifying how many times to click the button(s).
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.
Examples
CopyDouble-click the left button
Touch Double = Pointer.Click(1,2);
Saying "Touch Double" double-clicks the left button at the current pointer location.

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