Encapsulates the base window procedure for this class.
protected void wndProc( Message m )
m
A Message object that specifies the message posted to this window.
Classes that extend the Form class can override the wndProc method to modify the default handling of standard Windows messages.