#BugFix for .NET 1.1 and 2.0 The Enter key is considered an input key when the list is dropped down without considering that when the DropDownStyle is set to Simple the listbox is always dropped down and cannot be closed up.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.Forms..::..Keys

Return Value

See Also