DERIVED CLASS FOR TOOLBAR CONTROLS. More...
#include <Zclass.h>
Public Member Functions | |
| virtual void | TBNDropDown (int) |
DERIVED CLASS FOR TOOLBAR CONTROLS.
% Provides the functionality of the Windows common tool bar control. A toolbar is a control window that contains one or more buttons. Each button sends a command message to the parent window when the user clicks it. Typically, the buttons in a toolbar correspond to items in the application's menu, providing an additional and more direct way for the user to access an application's commands.
| virtual void zToolBar::TBNDropDown | ( | int | ) | [inline, virtual] |
Sent by a toolbar control when the user clicks a dropdown button.
1.6.1