Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about the movement of the mouse over a button control.
Syntax
typedef struct tagNMBCHOTITEM {
NMHDR hdr;
DWORD dwFlags;
} NMBCHOTITEM, *LPNMBCHOTITEM;
Members
hdr
Type: NMHDR
An NMHDR structure.
dwFlags
Type: DWORD
The action of the mouse. This parameter can be one of the following values combined with HICF_MOUSE.
Value | Meaning |
---|---|
|
The mouse is entering the button. |
|
The mouse is leaving the button. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |
See also
Conceptual
Reference