BCGControlBar Library for .NET
ProcessKeyPreview Method




Syntax
'Declaration
 
Protected Overrides Function ProcessKeyPreview( _
   ByRef m As Message _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim m As Message
Dim value As Boolean
 
value = instance.ProcessKeyPreview(m)
protected override bool ProcessKeyPreview( 
   ref Message m
)
protected: bool ProcessKeyPreview( 
   ref Message m
) override 
protected:
bool ProcessKeyPreview( 
   Message% m
) override 

Parameters

m
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
Base Implementation in ProcessKeyPreview

Send Feedback