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,
	ModifierKeys mouseModifierKeys
)
Visual Basic
Public Sub SimulateKeystroke ( _
	key As Key, _
	mouseModifierKeys As ModifierKeys _
)
JScript
public function SimulateKeystroke(
	key : Key, 
	mouseModifierKeys : ModifierKeys
)

Parameters

key
Type: System.Windows.Input..::..Key
The ShortcutKey used for the simulated click.
mouseModifierKeys
Type: System.Windows.Input..::..ModifierKeys
Modifier keys to associate with the simulated click.

See Also