STN_DBLCLK notification code

The STN_DBLCLK notification code 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 code through the WM_COMMAND message.

STN_DBLCLK

    WPARAM wParam;
    LPARAM lParam; 

Parameters

wParam

The LOWORD contains the identifier of the static control. The HIWORD specifies the notification code.

lParam

Handle to the static control.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Reference

STN_CLICKED

Conceptual

Static Controls

Other Resources

HIWORD

LOWORD

WM_COMMAND