ListBox::WndProc Method (Message%)
.NET Framework (current version)
The list's window procedure.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void WndProc( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
A Windows Message Object.
Inheriting classes can override this to add extra functionality, but should call the WndProc method on the base class to ensure that the list continues to function properly.
SecurityPermission
for operating with unmanaged code. Associated enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: