CheckedListBox::WmReflectCommand Method (Message%)
.NET Framework (current version)
Processes the command message the CheckedListBox control receives from the top-level window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void WmReflectCommand( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
The Message the top-level window sent to the CheckedListBox control.
SecurityPermission
for operating with unmanaged code. Associated enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: