NMREBARCHILDSIZENMREBARCHILDSIZE*
*Contents  *Index  *Topic Contents
*Previous Topic: NMREBAR
*Next Topic: RBHITTESTINFO

NMREBARCHILDSIZE


typedef struct tagNMREBARCHILDSIZE{
    NMHDR hdr;
    UINT uBand;
    UINT wID;
    RECT rcChild;
    RECT rcBand;
} NMREBARCHILDSIZE, *LPNMREBARCHILDSIZE; 

Contains information used in handling the RBN_CHILDSIZE notification message.

hdr
NMHDR structure that contains additional information about the notification message.
uBand
Zero-based index of the band affected by the notification. This will be -1 if no band is affected.
wID
Application-defined identifier of the band.
rcChild
RECT structure that contains the new size of the child window. This member can be changed during the notification to modify the child window's position and size.
rcBand
RECT structure that contains the new size of the band.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.