[To be supplied.]
The following declaration shows the syntax for a method that handles the ButtonDropDown event.
[Visual Basic] Private Sub ToolBarName_ButtonDropDown( _ ByVal sender As Object, _ ByVal e As ToolBarButtonClickEventArgs _ ) [C#] private void ToolBarName_ButtonDropDown( object sender, ToolBarButtonClickEventArgs e ); [C++] private: void ToolBarName_ButtonDropDown( Object* sender, ToolBarButtonClickEventArgs* e ); [JScript] private ToolBarName_ButtonDropDown( sender : Object, e : ToolBarButtonClickEventArgs );
ToolBar Class | ToolBar MembersTopic | System.WinForms Namespace