Simulate mouse double-click at the center of the control
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual void DoubleClick( MouseButtons button ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub DoubleClick ( _ button As MouseButtons _ ) |
| Visual C++ |
|---|
public: virtual void DoubleClick( MouseButtons button ) |
Parameters
- button
- Type: System.Windows.Forms..::.MouseButtons
The button to be clicked