NMREBAR (Windows Embedded CE 6.0)
1/6/2010
This structure contains information used in handling the RBN_BEGINDRAG and RBN_ENDDRAG messages.
Syntax
typedef struct tagNMREBAR {
NMHDR hdr;
UINT uBand;
UINT wID;
UINT cyChild;
UINT cyBand;
} NMREBAR, *LPNMREBAR;
Members
- hdr
NMHDR structure that contains additional information about the message.
- uBand
Zero-based index of the band affected by the message. This will be -1 if no band is affected.
- wID
Application-defined identifier of the band. If uBand is -1, this member is undefined.
- cyChild
Vertical size, in pixels, of the band's child window. This member is not currently used.
- cyBand
Vertical size, in pixels, of the band. This member is not currently used.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |