windows_programming_notes.nbk: Home | Index | Next Page: STN_ENABLE | Previous Page: STN_DBLCLK


 STN_DISABLE

The STN_DISABLE 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.

Syntax

    STN_DISABLE
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: STN_ENABLE | Previous Page: STN_DBLCLK


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