ElementHost.WndProc Method
Processes Windows messages.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags = SecurityPermissionFlag.UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)] protected override void WndProc( ref Message m )
Parameters
- m
- Type: System.Windows.Forms.Message%
A message to process.
For more information about the WndProc method, see Control.WndProc.
-
SecurityAction.LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
-
SecurityAction.InheritanceDemand
for full trust for inheritors. This member cannot be inherited by partially trusted code.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.