UDM_GETACCEL
Retrieves acceleration information for an up-down control.
UDM_GETBASE
Retrieves the current radix base (that is, either base 10 or 16) for an up-down control.
UDM_GETBUDDY
Retrieves the handle to the current buddy window.
UDM_GETPOS
Retrieves the current position of an up-down control with 16-bit precision.
UDM_GETPOS32
Returns the 32-bit position of an up-down control.
UDM_GETRANGE
Retrieves the minimum and maximum positions (range) for an up-down control.
UDM_GETRANGE32
Retrieves the 32-bit range of an up-down control.
UDM_GETUNICODEFORMAT
Retrieves the Unicode character format flag for the control.
UDM_SETACCEL
Sets the acceleration for an up-down control.
UDM_SETBASE
Sets the radix base for an up-down control. The base value determines whether the buddy window displays numbers in decimal or hexadecimal digits. Hexadecimal numbers are always unsigned, and decimal numbers are signed.
UDM_SETBUDDY
Sets the buddy window for an up-down control.
UDM_SETPOS
Sets the current position for an up-down control with 16-bit precision.
UDM_SETPOS32
Sets the position of an up-down control with 32-bit precision.
UDM_SETRANGE
Sets the minimum and maximum positions (range) for an up-down control.
UDM_SETRANGE32
Sets the 32-bit range of an up-down control.
UDM_SETUNICODEFORMAT
Sets the Unicode character format flag for the control. This message allows you to change the character set used by the control at run time rather than having to re-create the control.