windows_programming_notes.nbk: Home | Index | Next Page: SYSTEMTIME | Previous Page: STN_DISABLE


 STN_ENABLE

The STN_ENABLE notification message is sent when a static control is enabled. 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.

Syntax

    STN_ENABLE
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: SYSTEMTIME | Previous Page: STN_DISABLE


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time