Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 611 Bytes

generic-control-handler.md

File metadata and controls

18 lines (14 loc) · 611 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Generic Control Handler
Generic Control Handler
11/04/2016
handlers [MFC], ON_CONTROL
handlers [MFC]
GenericControl Handler [MFC]
ON_CONTROL macro [MFC]
1e25e583-5d5a-4363-8904-839991a8570d

Generic Control Handler

The following map entry corresponds to the function prototype.

Map entry Function prototype
ON_CONTROL( <wNotifyCode>, <id>, <memberFxn> ) afx_msg void memberFxn( );

See also

Message Maps