Form.wndProc

Overview | Methods | This Package | All Packages

Form.wndProc

Encapsulates the base window procedure for this class.

Syntax

protected void wndProc( Message m )

Parameters

m

A Message object that specifies the message posted to this window.

Remarks

Classes that extend the Form class can override the wndProc method to modify the default handling of standard Windows messages.