UDM_SETBUDDY (Windows CE 5.0)
This message sets the buddy window for an up-down control.
UDM_SETBUDDY wParam = (WPARAM)(HWND)hwndBuddy;lParam = 0;
Parameters
- hwndBuddy
Handle to the new buddy window. - lParam
Not used.
Return Values
The handle to the previous buddy window indicates success.
Remarks
If hwndBuddy is not NULL, it must specify an edit control because up/down controls can only be buddied with edit controls.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors