GrapeCity MultiRow Windows Forms Documentation
WantsInputKey Method (ComboBoxEditingControl)


A System.Windows.Forms.Keys object that represents the key that was pressed.
Determines whether the specified key is a regular input key that the editing control should process.
Syntax
Public Overridable Function WantsInputKey( _
   ByVal keyData As Keys _
) As Boolean
Dim instance As ComboBoxEditingControl
Dim keyData As Keys
Dim value As Boolean
 
value = instance.WantsInputKey(keyData)
public virtual bool WantsInputKey( 
   Keys keyData
)

Parameters

keyData
A System.Windows.Forms.Keys object that represents the key that was pressed.

Return Value

true if the specified key is a regular input key that should be handled by the editing control; otherwise, false.
Remarks
If this method returns true for a special keyData, it means the keyboard message is handled by the editing control itself; otherwise, it means the editing control wants GcMultiRow to handle this keyboard message. GcMultiRow decides whether to handle the keyboard message based on the GcMultiRow.ShortcutKeyManager property. If the key is not contained in GcMultiRow.ShortcutKeyManager, the editing control can still receive the key message.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComboBoxEditingControl Class
ComboBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.