How To Use Drop-Down Toolbar Buttons in a Shell Namespace Extension (252610)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API)
This article was previously published under Q252610 SUMMARY
The view of a shell namespace extension can add items to the Windows Explorer toolbar by calling IShellBrowser::SetToolbarItems. When the Desktop Update was introduced, the capability to add drop-down toolbar items (BTNS_DROPDOWN or TBSTYLE_DROPDOWN) was also added. The problem is that Windows Explorer does not forward the TBN_DROPDOWN notifications to the view window, so there has not been any clear way for the view to respond to the drop-down button. This article describes how Windows Explorer actually does notify the view that a drop-down button has been pressed and how the view can react to it.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbExtension kbhowto kbNameSpace kbShellGrp KB252610 |
---|
|