Contents Index Topic Contents | ||
Previous Topic: TBN_HOTITEMCHANGE Next Topic: TBN_QUERYINSERT |
TBN_QUERYDELETE
TBN_QUERYDELETE lpnmtb = (LPNMTOOLBAR) lParam;Notifies the toolbar's parent window whether a button may be deleted from a toolbar while the user is customizing the toolbar. This message is sent in the form of a WM_NOTIFY message.
- Returns TRUE to allow the button to be deleted, or FALSE to prevent the button from being deleted.
- lpnmtb
- Address of an NMTOOLBAR structure. The iItem member contains the zero-based index of the button to be deleted.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.