This message sets the minimum and maximum positions, or the range, for a up-down control.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
UDM_SETRANGE wParam = 0;
lParam = (LPARAM)MAKELONG((short)nUpper,(short)nLower);
Parameters
nUpper and nLower
Maximum position and minimum position for the up-down control. Neither position can be greater than the UD_MAXVAL value or less than the UD_MINVAL value. In addition, the difference between the two positions cannot exceed UD_MAXVAL.
Return Values
None
See Also