This topic has not yet been rated - Rate this topic

BCN_HOTITEMCHANGE notification code

Notifies the button control owner that the mouse is entering or leaving the client area of the button control. The button control sends this notification code in the form of a WM_NOTIFY message.


BCN_HOTITEMCHANGE

    pnmbchotitem = (NMBCHOTITEM*) lParam;

Parameters

lParam

A pointer to a NMBCHOTITEM structure.

Return value

This message does not return a value.

Remarks

Note  To use this notification code, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.