Contents Index Topic Contents | ||
Previous Topic: Rebar Control Structures Next Topic: NMREBAR |
NMRBAUTOSIZE
typedef struct tagNMRBAUTOSIZE { NMHDR hdr; BOOL fChanged; RECT rcTarget; RECT rcActual; } NMRBAUTOSIZE, *LPNMRBAUTOSIZE;Contains information used in handling the RBN_AUTOSIZE notification messages.
- hdr
- NMHDR structure that contains additional information about the notification message.
- fChanged
- Member that indicates if the size or layout of the rebar control has changed (nonzero if a change occurred or zero otherwise).
- rcTarget
- RECT structure that contains the rectangle to which the rebar control tried to size itself.
- rcActual
- RECT structure that contains the rectangle to which the rebar control actually sized itself.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.