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