Browse by Tags
All Tags » ToolBar » Using Controls (RSS)
Sorry, but there are no more tags available to filter with.
-
|
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...
|