System.Windows.Forms.ListControl.IsInputKey Method

Handles special input keys, such as PAGE UP, PAGE DOWN, HOME, END, and so on.

Syntax

protected override bool IsInputKey (Keys keyData)

Parameters

keyData
One of the values of System.Windows.Forms.Keys.

Returns

true if the keyData parameter specifies the Keys.End, Keys.Home, Keys.PageUp, or Keys.PageDown key; false if the keyData parameter specifies Keys.Alt.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0