|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
UDM_SETRANGE
The UDM_SETRANGE message sets the minimum and maximum positions (range) for an
up-down control.
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
No return value.
Remarks
The maximum position can be less than the minimum position. Clicking the up
arrow moves the current position closer to the maximum position, and clicking the
down arrow moves towards the minimum position.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database