GrapeCity MultiRow Windows Forms Documentation
ProcessKeyEventArgs Method


A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
Processes a key message and generates the appropriate control events.
Syntax
Protected Overrides Function ProcessKeyEventArgs( _
   ByRef m As Message _
) As Boolean
Dim instance As GcMultiRow
Dim m As Message
Dim value As Boolean
 
value = instance.ProcessKeyEventArgs(m)
protected override bool ProcessKeyEventArgs( 
   ref Message m
)

Parameters

m
A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

Return Value

true if the message was processed; otherwise, false.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.