Xceed Grid for WinForms v4.3 Documentation
IsInputKeyCore Method (ComboBoxEditor)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > ComboBoxEditor Class : IsInputKeyCore Method
The System.Windows.Forms.Control that will be used to edit the content of the cell.
The Xceed.Grid.Cell whose content is to be edited by the control.
One of the System.Windows.Forms.Keys values.
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Syntax
'Declaration
 
Protected Overrides Function IsInputKeyCore( _
   ByVal control As Control, _
   ByVal cell As Cell, _
   ByVal keyData As Keys _
) As Boolean
'Usage
 
Dim instance As ComboBoxEditor
Dim control As Control
Dim cell As Cell
Dim keyData As Keys
Dim value As Boolean
 
value = instance.IsInputKeyCore(control, cell, keyData)
protected override bool IsInputKeyCore( 
   Control control,
   Cell cell,
   Keys keyData
)

Parameters

control
The System.Windows.Forms.Control that will be used to edit the content of the cell.
cell
The Xceed.Grid.Cell whose content is to be edited by the control.
keyData
One of the System.Windows.Forms.Keys values.

Return Value

true if the specified key is a regular input key; false otherwise.
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

ComboBoxEditor Class
ComboBoxEditor Members
Base Implementation in IsInputKeyCore