STN_ENABLE notification code
The STN_ENABLE notification code is sent when a static control is enabled. The static control must have the SS_NOTIFY style to receive this notification code. The parent window of the control receives this notification code through the WM_COMMAND message.
STN_ENABLE
WPARAM wParam;
LPARAM lParam;
Parameters
- wParam
-
The LOWORD contains the identifier of the static control. The HIWORD specifies the notification code.
- lParam
-
Handle to the static control.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- STN_DISABLE
- Conceptual
- Static Controls
- Other Resources
- HIWORD
- LOWORD
- WM_COMMAND
Send comments about this topic to Microsoft
Build date: 10/27/2012
