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.
3/28/2014
This message notification informs the parent window when a spinner control receives the keyboard focus.
Syntax
#define SPNN_SETFOCUS LBN_SETFOCUS
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 receives this message through the WM_COMMAND message.
Requirements
Header |
shellctrls.h |