ElementHost::WndProc Method (Message%)

 

Processes Windows messages.

Namespace:   System.Windows.Forms.Integration
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::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.

.NET Framework
Available since 3.0
Return to top
Show: