WebBrowserBase::WndProc Method (Message%)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
This member overrides WndProc.
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.
SecurityPermissionSecurityPermissionSecurityPermission
for immediate callers to call unmanaged code. Demand value: LinkDemand. Permission value: UnmanagedCode
for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.
for derived classes to override this method. Demand value: InheritanceDemand; NIB: Named Permission Sets: FullTrust.
.NET Framework
Available since 2.0
Available since 2.0
Show: