NMREBARCHILDSIZE structure (commctrl.h)
Contains information used in handling the RBN_CHILDSIZE notification code.
Syntax
typedef struct tagNMREBARCHILDSIZE {
NMHDR hdr;
UINT uBand;
UINT wID;
RECT rcChild;
RECT rcBand;
} NMREBARCHILDSIZE, *LPNMREBARCHILDSIZE;
Members
hdr
Type: NMHDR
NMHDR structure that contains additional information about the notification.
uBand
Type: UINT
Zero-based index of the band affected by the notification. This will be -1 if no band is affected.
wID
Type: UINT
Application-defined identifier of the band.
rcChild
Type: RECT
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
Type: RECT
RECT structure that contains the new size of the band.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |