Overview | Methods | This Package | All Packages
Invokes the default window procedure associated with this Window object.
Syntax
protected void defWndProc( Message m )
Parameters
m
The message that is currently being processed.
Remarks
The defWndProc is the default window procedure for your application. If you are subclassing the Window class, you can override this method to provide your own default window procedure.
Note It is an error to call defWndProc when the handle for the Window object is zero.