ComponentOne InputPanel for WinForms
IsInputKey(Control,Keys) Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : IsInputKey(Control,Keys) Method
Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.
Syntax
'Declaration
 
Public Overrides Function IsInputKey( _
   ByVal ctl As System.Windows.Forms.Control, _
   ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
public override System.bool IsInputKey( 
   System.Windows.Forms.Control ctl,
   System.Windows.Forms.Keys keyData
)

Parameters

ctl
keyData

Return Value

True if the specified key is a regular input key; otherwise, false.
See Also

Reference

C1InputPanel Class
C1InputPanel Members