Override this message to handle alt key events internally.

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

Syntax

C#
protected override void KeyboardAltKeyMessage(
	int key,
	bool pressed,
	ref bool handled
)

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
handled
Type: System..::..Boolean%
true if the event is handled. Set to true if handled.

Remarks

Forwards the message to ActiveChild

See Also