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


 STN_DBLCLK

The STN_DBLCLK notification message is sent when the user double-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_DBLCLK
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Notification Requirements


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


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