Directly inform control of keyboard alt key events

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public void SendKeyboardAltKeyEvent(
	int key,
	bool pressed
)

Parameters

key
Type: System..::..Int32
Integer value of the Alt key affected
pressed
Type: System..::..Boolean
True if the key is currently being pressed; false if released

Implements

IControl..::..SendKeyboardAltKeyEvent(Int32, Boolean)

See Also