Overview | Methods | This Package | All Packages
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.