Override this message to handle key events internally.

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

Syntax

C#
protected override void KeyboardKeyMessage(
	char key,
	bool pressed,
	ref bool handled
)

Parameters

key
Type: System..::..Char
Integer value of the 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

Override handles moving focus between child on key input by tab key

See Also