LinkLabel::WndProc Method (Message%)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Processes the specified Windows message.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void WndProc( Message% msg ) override
Parameters
- msg
-
Type:
System.Windows.Forms::Message%
The message to process.
SecurityPermission
for operating with unmanaged code. Associated enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: