Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information used in handling the RBN_AUTOSIZE messages.
typedefstructtagNMRBAUTOSIZE{NMHDRhdr;BOOLfChanged;RECTrcTarget;RECTrcActual;}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
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors