SpreadsheetGear 2017
DefWndProc Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : DefWndProc Method
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
Protected Overridable Sub DefWndProc( _
   ByRef m As System.Windows.Forms.Message _
) 
'Usage
 
Dim instance As WorkbookView
Dim m As System.Windows.Forms.Message
 
instance.DefWndProc(m)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
protected virtual void DefWndProc( 
   ref System.Windows.Forms.Message m
)
protected procedure DefWndProc( 
   var  m: System.Windows.Forms.Message
); virtual; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)
protected function DefWndProc( 
   m : System.Windows.Forms.Message
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
protected: virtual void DefWndProc( 
   ref System.Windows.Forms.Message m
) 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
protected:
virtual void DefWndProc( 
   System.Windows.Forms.Message% m
) 

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

WorkbookView Class
WorkbookView Members