Infragistics(R) NetAdvantage(R) Windows Forms
IsInputKey Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > OptionSetEditor Class : IsInputKey Method

keyData
The System.Windows.Forms.Keys object indicating which keys were pressed.
Returns whether the key is used by the editor.

Syntax

Visual Basic (Declaration) 
Public Overrides Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
C# 
public override bool IsInputKey( 
   Keys keyData
)

Parameters

keyData
The System.Windows.Forms.Keys object indicating which keys were pressed.

Return Value

True only if the editor is in edit mode and the key is used by the editor.

See Also