Compartir a través de


InkEdit.WndProc Method

Processes messages. This member overrides the System.Windows.Forms.Control.WndProc method.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Protected Overrides Sub WndProc ( _
    ByRef m As Message _
)
'Usage
Dim m As Message

Me.WndProc(m)
protected override void WndProc (
    ref Message m
)
protected:
virtual void WndProc (
    Message% m
) override
protected void WndProc (
    /** @ref */ Message m
)
Not applicable.

Parameters

Remarks

All messages are sent to the WndProc method after getting filtered through the System.Windows.Forms.Control.PreProcessMessage method.

The WndProc method corresponds exactly to the WindowProc function. For more information about processing Windows messages, see the WindowProc function documentation in the Windows Platform SDK reference located in the MSDN Library.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkEdit Class
InkEdit Members
Microsoft.Ink Namespace

Other Resources

System.Windows.Forms.Message
System.Windows.Forms.Control.PreProcessMessage
System.Windows.Forms.Control.WndProc