Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message sets the 32-bit range of an up-down control.
UDM_SETRANGE32 wParam = (WPARAM)(int)iLow;lParam = (LPARAM)(int)iHigh;
Parameters
- iLow
Integer value that represents the new lower limit of the up-down control range. - iHigh
Integer value that represents the new upper limit of the up-down control range.
Return Values
None.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
Send Feedback on this topic to the authors