ListBox.WmReflectCommand(Message) Method

Definition

Processes the command message the ListView control receives from the top-level window.

protected:
 virtual void WmReflectCommand(System::Windows::Forms::Message % m);
protected virtual void WmReflectCommand (ref System.Windows.Forms.Message m);
abstract member WmReflectCommand : Message -> unit
override this.WmReflectCommand : Message -> unit
Protected Overridable Sub WmReflectCommand (ByRef m As Message)

Parameters

m
Message

The Message the top-level window sent to the ListBox control.

Applies to