Here are some frequently asked questions about Windows Forms and their answers.
Browse by Tags
All Tags » ToolBar (RSS)
-
|
When a button is clicked on a ToolBar, the click is sent to the ToolBar not the button. In the ToolBar.ButtonClick event handler, you need add code to check the Button property of the ToolBarButtonClickEventArgs passed to the event handler to determine...
|