ListBox::WmReflectCommand Method (Message%)

 

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.

Namespace:   System.Windows.Forms
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
Return to top
Show: