This notification message is sent by a rebar control when its height has changed. It is sent in the form of a WM_NOTIFY message.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
RBN_HEIGHTCHANGE lpnmhdr = (LPNMHDR) lParam;
Parameters
lpnmhdr
Long pointer to an NMHDR structure that contains additional information about this notification message.
Return Values
The return value for this notification is not used.
Remarks
Rebar controls that use the CCS_VERT style send this notification message when their width changes.