windows_programming_notes.nbk: Home | Index | Next Page: STN_DBLCLK | Previous Page: Static Controls
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.
    STN_CLICKED
        WPARAM wParam
        LPARAM lParam;
No return value.
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