NMRBAUTOSIZE (Windows Embedded CE 6.0)
1/6/2010
This structure contains information used in handling the RBN_AUTOSIZE messages.
Syntax
typedef struct tagNMRBAUTOSIZE {
NMHDR hdr;
BOOL fChanged;
RECT rcTarget;
RECT rcActual;
} NMRBAUTOSIZE, *LPNMRBAUTOSIZE;
Members
- hdr
NMHDR structure that contains additional information about the 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.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |