windows_programming_notes.nbk: Home | Index | Next Page: STN_DBLCLK | Previous Page: Static Controls


 STN_CLICKED

The STN_CLICKED notification message is sent when the user clicks a static control that has the SS_NOTIFY style. The parent window of the control receives this notification message through the WM_COMMAND message.

Syntax

    STN_CLICKED
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: STN_DBLCLK | Previous Page: Static Controls


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