Keyoti RapidSpell Desktop .NET API Docs
EditingControlWantsInputKey Method (keyData, dataGridViewWantsInputKey)
APIKeyoti.RapidSpell.GridAYTTextEditingControlEditingControlWantsInputKey(Keys, Boolean)
Keyoti RapidSpell Desktop .NET
Determines whether the specified key is a regular input key that the editing control should process or a special key that the DataGridView should process.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool EditingControlWantsInputKey(
	Keys keyData,
	bool dataGridViewWantsInputKey
)
public virtual bool EditingControlWantsInputKey(
	Keys keyData,
	bool dataGridViewWantsInputKey
)
Public Overridable Function EditingControlWantsInputKey ( 
	keyData As Keys,
	dataGridViewWantsInputKey As Boolean
) As Boolean
Public Overridable Function EditingControlWantsInputKey ( 
	keyData As Keys,
	dataGridViewWantsInputKey As Boolean
) As Boolean
public:
virtual bool EditingControlWantsInputKey(
	Keys keyData, 
	bool dataGridViewWantsInputKey
)
public:
virtual bool EditingControlWantsInputKey(
	Keys keyData, 
	bool dataGridViewWantsInputKey
)
abstract EditingControlWantsInputKey : 
        keyData : Keys * 
        dataGridViewWantsInputKey : bool -> bool 
override EditingControlWantsInputKey : 
        keyData : Keys * 
        dataGridViewWantsInputKey : bool -> bool 
abstract EditingControlWantsInputKey : 
        keyData : Keys * 
        dataGridViewWantsInputKey : bool -> bool 
override EditingControlWantsInputKey : 
        keyData : Keys * 
        dataGridViewWantsInputKey : bool -> bool 
Parameters
keyData (Keys)
A Keys that represents the key that was pressed.
dataGridViewWantsInputKey (Boolean)
true when the DataGridView wants to process the keyData; otherwise, false.
Return Value
Boolean
true if the specified key is a regular input key that should be handled by the editing control; otherwise, false.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412