Contains information specific to up-down control notification messages. It is identical to and replaces the
NM_UPDOWN structure.
Syntax
typedef struct _NM_UPDOWN {
NMHDR hdr;
int iPos;
int iDelta;
} NMUPDOWN, *LPNMUPDOWN;
Members
- hdr
- NMHDR structure that contains additional information about the notification message.
- iPos
-
Signed integer value that represents the up-down control's current position.
- iDelta
-
Signed integer value that represents the proposed change in the up-down control's position.
Structure Information
| Minimum DLL Version | comctl32.dll version 4.70 or later |
|---|
| Header | commctrl.h |
|---|
| Minimum operating systems |
Windows 2000, Windows NT 4.0 with Internet Explorer 3.0, Windows 98, Windows 95 with Internet Explorer 3.0 |
|---|
See Also