GrapeCity MultiRow Windows Forms Documentation
WndProc Method (GcMultiRow)


A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
Processes window messages.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Maintainability", 
   CheckId="CA1502:AvoidExcessiveComplexity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Protected Overrides Sub WndProc( _
   ByRef m As Message _
) 
Dim instance As GcMultiRow
Dim m As Message
 
instance.WndProc(m)
[SuppressMessage(Category="Microsoft.Maintainability", 
   CheckId="CA1502:AvoidExcessiveComplexity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
protected override void WndProc( 
   ref Message m
)

Parameters

m
A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
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.