Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.24 KB

child-window-notification-message-handlers.md

File metadata and controls

23 lines (19 loc) · 1.24 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Child Window Notification Message Handlers
Child Window Notification Message Handlers
11/04/2016
ChildWindow
message handlers [MFC]
message handling [MFC], child window message handlers
notifications [MFC], child window messages
windows [MFC], message handlers
child windows [MFC], messages
fddfdd08-8ecf-4f84-8b45-5a84616aaa8d

Child Window Notification Message Handlers

There are five categories of child window notification messages:

Category Description
Generic Control Handler Handler for generic control notification codes.
User Button Handlers Handlers for user button notification codes.
Combo Box Handlers Handlers for combo box notification codes.
Edit Control Handlers Handlers for edit control notification codes.
List Box Handlers Handlers for list box notification codes.

See also

Message Maps