PGN_HOTITEMCHANGE message
Notifies a pager control's parent window that the hot (highlighted) item has change. This notification code is sent in the form of a WM_NOTIFY message.
PGN_HOTITEMCHANGE
pnmPGHotItem = (LPNMPGHOTITEM) lParam;
-
lParam
-
Pointer to a NMPGHOTITEM structure that contains information about this notification code.
Return zero to highlight the item or nonzero to prevent highlighting.
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.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|