GrapeCity MultiRow Windows Forms Documentation
WndProc Method (CellNoteEditingControl)


The Windows System.Windows.Forms.Message to process.
Processes Windows messages.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Security", 
   CheckId="CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Protected Overrides Sub WndProc( _
   ByRef m As Message _
) 
Dim instance As CellNoteEditingControl
Dim m As Message
 
instance.WndProc(m)
[SuppressMessage(Category="Microsoft.Security", 
   CheckId="CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
protected override void WndProc( 
   ref Message m
)

Parameters

m
The Windows System.Windows.Forms.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

CellNoteEditingControl Class
CellNoteEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.