ElementHost::WndProc Method (Message%)
.NET Framework (current version)
Processes Windows messages.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
protected: [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void WndProc( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
A message to process.
For more information about the WndProc method, see Control::WndProc.
SecurityAction::LinkDemandSecurityAction::InheritanceDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
for full trust for inheritors. This member cannot be inherited by partially trusted code.
.NET Framework
Available since 3.0
Available since 3.0
Show: