SPNN_SELCHANGE (Compact 2013)
3/28/2014
This notification informs the parent window when the selection in a spinner control is about to change.
Syntax
#define SPNN_SELCHANGE LBN_SELCHANGE
idSpinner = (int) LOWORD (wParam);
hwndSpinner = (HWND) lParam;
Parameters
- idSpinner
The spinner control ID.
- hwndSpinner
The spinner control handle (HWND).
Return Value
None.
Remarks
The parent window of the spinner control receives this message through the WM_COMMAND message.
Requirements
Header |
shellctrls.h |