windows_programming_notes.nbk: Home | Index | Next Page: Edit Control Float Subclass | Previous Page: DrawText


 Edit Control Default Message Processing

The window procedure for the predefined edit control window class carries out default processing for all messages that the edit control procedure does not process. When the edit control procedure returns FALSE for any message, the predefined window procedure checks the messages and carries out the following default actions.

The predefined edit control window procedure passes all other messages to the DefWindowProc function for default processing.


windows_programming_notes.nbk: Home | Index | Next Page: Edit Control Float Subclass | Previous Page: DrawText


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time