Contents Index Topic Contents | ||
Previous Topic: TBN_CUSTHELP Next Topic: TBN_DRAGOUT |
TBN_DELETINGBUTTON
TBN_DELETINGBUTTON lpnmtb = (LPNMTOOLBAR) lParam;Sent by a toolbar control when a button is about to be deleted.
- The return value is ignored.
- lpnmtb
- Address of an NMTOOLBAR structure that contains information about the button being deleted. For this notification message, only the hdr and iItem members of this structure are valid. The iItem member of this structure contains the command identifier of the button being deleted.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.