BCGControlBar Library for .NET
ProcessKey Method




Syntax
'Declaration
 
Protected Overridable Function ProcessKey( _
   ByVal key As Keys, _
   ByVal isShiftPressed As Boolean, _
   ByVal clearSelection As Boolean _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim key As Keys
Dim isShiftPressed As Boolean
Dim clearSelection As Boolean
Dim value As Boolean
 
value = instance.ProcessKey(key, isShiftPressed, clearSelection)
protected virtual bool ProcessKey( 
   Keys key,
   bool isShiftPressed,
   bool clearSelection
)
protected: virtual bool ProcessKey( 
   Keys key,
   bool isShiftPressed,
   bool clearSelection
) 
protected:
virtual bool ProcessKey( 
   Keys key,
   bool isShiftPressed,
   bool clearSelection
) 

Parameters

key
isShiftPressed
clearSelection
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

GridControl Class
GridControl Members

Send Feedback