Form.DefWndProc(Message) Method

Definition

Sends the specified message to the default window procedure.

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

Parameters

m
Message

The Windows Message to process.

Applies to

See also