ListBox::WmReflectCommand 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 command message the ListView control receives from the top-level window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void WmReflectCommand( Message% m )
Parameters
- m
-
Type:
System.Windows.Forms::Message%
The Message the top-level window sent to the ListBox control.
.NET Framework
Available since 1.1
Available since 1.1
Show: