Microsoft SDK for Java

Form.defWndProc

Calls the default window procedure for this form.

Syntax

protected void defWndProc( Message m )

Parameters

m

A Message object that specifies a message to this form.

Remarks

When overriding defWndProc, be sure to call super.defWndProc.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.