Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains information used in handling the RBN_BEGINDRAGand RBN_ENDDRAGmessages.
Syntax
typedef struct tagNMREBAR { NMHDR hdr; UINT uBand; UINT wID; UINT cyChild; UINT cyBand; } NMREBAR, *LPNMREBAR; |
Members
- hdr
-
NMHDRstructure 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 uBandis -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 |
Windows Mobile | Windows Mobile Version 5.0 and later |