Wimark.Controls Class Library  

ToolBar.ButtonDropDown Event

Occurs when a drop-down style ToolBarButton or its down arrow is clicked.

[Visual Basic]
Public Event ButtonDropDown As ToolBarButtonClickEventHandler 
[C#]
public event ToolBarButtonClickEventHandler ButtonDropDown;
[C++]
public: __event ToolBarButtonClickEventHandler* ButtonDropDown;

Event Data

The event handler receives an argument of type ToolBarButtonClickEventArgs containing data related to this event. The following ToolBarButtonClickEventArgs property provides information specific to this event.

Property Description
Button Gets the ToolBarButton that was clicked.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolBar Class | ToolBar Members | Wimark.Controls Namespace | ToolBarButton