GrapeCity MultiRow Windows Forms Documentation
WantsInputKey Method (CheckBoxCell)


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 cell should process.
Syntax
Public Overridable Function WantsInputKey( _
   ByVal keyData As Keys _
) As Boolean
Dim instance As CheckBoxCell
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 cell; otherwise, false.
Remarks
If this method returns true for a special keyData, it means the keyboard message is handled by the editing cell itself; otherwise, it means the editing cell wants the GcMultiRow to handle this keyboard 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

CheckBoxCell Class
CheckBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.