Share via


SPNN_SETFOCUS (Compact 2013)

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

See Also

Reference

Spinner Controls Notifications
WM_COMMAND