Simulates the behavior of the user clicking on this pick dynamic.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SimulateMouseClick(
	MouseButton mouseButton
)
Visual Basic
Public Sub SimulateMouseClick ( _
	mouseButton As MouseButton _
)
JScript
public function SimulateMouseClick(
	mouseButton : MouseButton
)

Parameters

mouseButton
Type: System.Windows.Input..::..MouseButton
The mouse button used for the simulated click.

See Also