Partager via


TBN_DROPDOWN (Windows CE 5.0)

Send Feedback

This message is sent by a toolbar control when the user clicks a button that uses the TBSTYLE_DROPDOWN style. It is sent in the form of a WM_NOTIFY message.

TBN_DROPDOWNlpnmtb=(LPNMTOOLBAR)lParam;

Parameters

  • lpnmtb
    Long pointer to an NMTOOLBAR structure that contains information about this notification. For this message, only the hdr and iItem members of this structure are valid.

Return Values

Returns FALSE to allow the toolbar control to display the drop-down list; returns TRUE to prevent the control from displaying the list.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.