ControlDesigner.DefWndProc(Message) Method

Definition

Provides default processing for Windows messages.

protected:
 void DefWndProc(System::Windows::Forms::Message % m);
protected void DefWndProc (ref System.Windows.Forms.Message m);
member this.DefWndProc : Message -> unit
Protected Sub DefWndProc (ByRef m As Message)

Parameters

m
Message

The Message to process.

Remarks

This method causes the message to be processed by the control, rather than by the designer.

Applies to

See also