RBN_LAYOUTCHANGED

This notification message is sent by a rebar control when you change the layout of the control’s bands. 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_LAYOUTCHANGED 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.