ToolBarOnKeyDown Method

Fires the [!:KeyDown] event.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
protected override void OnKeyDown(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
Parameters for the event.

Remarks

This method is overriden to implement the hardware keyboard navigation.

See Also