WebBrowserBase::WndProc Method (Message%)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This member overrides WndProc.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = "FullTrust")]
virtual void WndProc(
	Message% m
) override

Parameters

m
Type: System.Windows.Forms::Message%

The windows Message to process.

SecurityPermission

for immediate callers to call unmanaged code. Demand value: LinkDemand. Permission value: UnmanagedCode

SecurityPermission

for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.

SecurityPermission

for derived classes to override this method. Demand value: InheritanceDemand; NIB: Named Permission Sets: FullTrust.

.NET Framework
Available since 2.0
Return to top
Show: