Simulates the behavior of the user executing this pick dynamic via a shortcut key.

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

Syntax

C#
public void SimulateKeystroke(
	Key key
)
Visual Basic
Public Sub SimulateKeystroke ( _
	key As Key _
)
JScript
public function SimulateKeystroke(
	key : Key
)

Parameters

key
Type: System.Windows.Input..::..Key
The ShortcutKey used for the simulated click.

See Also