NMREBAR

This structure contains information used in handling the RBN_BEGINDRAG and RBN_ENDDRAG notification messages.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

typedef struct tagNMREBAR {
NMHDR hdr;
UINT uBand;
UINT wID;
UINT cyChild;
UINT cyBand;
}
NMREBAR, *LPNMREBAR;

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. 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.