RanorexNetRanorexNet Documentation
Click Method (mouseButtonType)
NamespacesRanorexButtonClick(MouseButtonType)
The function simulates a button click.
Declaration Syntax
C#Visual BasicVisual C++
public bool Click(
	MouseButtonType mouseButtonType
)
Public Function Click ( _
	mouseButtonType As MouseButtonType _
) As Boolean
public:
bool Click(
	MouseButtonType mouseButtonType
)
Parameters
mouseButtonType (MouseButtonType)
Type of the button. The following values can be used: LeftButton, MiddleButton, RightButton
Return Value
If an application processes this message, the function return true, otherwise false
Exceptions
ExceptionCondition
CommandFailedExceptionThrown when the operation cannot be processed.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524