This structure contains information used in handling the RBN_AUTOSIZE notification messages.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct tagNMRBAUTOSIZE {
NMHDR hdr;
BOOL fChanged;
RECT rcTarget;
RECT rcActual;
} NMRBAUTOSIZE, *LPNMRBAUTOSIZE;
hdr
NMHDR structure that contains additional information about the notification message.
fChanged
Boolean that indicates if the size or layout of the rebar control has changed. A nonzero value indicates that a change occurred; zero indicates otherwise.
rcTarget
RECT structure that contains the rectangle that the rebar control tried to size itself to.
rcActual
RECT structure that contains the rectangle that the rebar control actually sized itself to.