Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.0
Class Library
Form Class
Form Methods
 WndProc Method
Collapse All/Expand All Collapse All
Form.WndProc Method
This member overrides ContainerControl.WndProc.
Visual Basic (Declaration)
Protected Overrides Sub WndProc ( _
    ByRef m As Message _
)
Visual Basic (Usage)
Dim m As Message

Me.WndProc(m)
C#
protected override void WndProc (
    ref Message m
)
C++
protected:
virtual void WndProc (
    Message% m
) override
J#
protected void WndProc (
    /** @ref */ Message m
)
JScript

    
XAML
Not applicable.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker