The method is called on the press of the Home key.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected override bool OnHomeKey(
	KeyEventArgs e
)

Parameters

e
Type: System.Windows.Forms..::.KeyEventArgs
The KeyEventArgs object contains information about the event.

See Also