Specifies the ToolBarButton that was clicked.
[Visual Basic] Public button As ToolBarButton [C#] public ToolBarButton button; [C++] public: ToolBarButton* button; [JScript] public var button : ToolBarButton;
The button field is set equal to the button parameter of the System.WinForms.ToolBarButtonClickEventArgs constructor.
ToolBarButtonClickEventArgs Class | ToolBarButtonClickEventArgs Members | System.WinForms Namespace | ToolBarButton