This notification message is sent when a static control is disabled. The static control must have the SS_NOTIFY style to receive this notification message. The parent window of the control receives this notification message through the WM_COMMAND message.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
STN_DISABLE idStatic = (int)LOWORD(wParam);
hwndStatic = (HWND)LOWORD(lParam);
Parameters
idStatic
Identifier of the static control.
hwndStatic
Handle to the static control.
See Also