#rem #rem #rem Windows Programming: BN_DOUBLECLICKED

Programming |  Windows Programming |  BN_DOUBLECLICKED

 BN_DOUBLECLICKED

Sent when the user double-clicks a button. This notification is sent automatically for BS_USERBUTTON, BS_RADIOBUTTON, and BS_OWNERDRAW buttons. Other button types send BN_DOUBLECLICKED only if they have the BS_NOTIFY style.

The parent window of the button receives the BN_DOUBLECLICKED notification code through the WM_COMMAND message.

Syntax

    BN_DOUBLECLICKED
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Remarks

BN_DOUBLECLICKED is the same as the BN_DBLCLK notification message.

Notification Requirements