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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual bool OnHomeKey(
	KeyEventArgs e
)

Parameters

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

See Also