Is there any easy (5 lines of code) way to do this?
|
|
The shortest code to delete the tab the middle mouse button was clicked on is by using LINQ. Make sure the event is wired up
And for the handler itself
And if you are striving for least amount of lines, here it is in one line
|
||||
|
|
|
You could do this:
Basically you are just catching a mouse click on tab control and only deleting a page if the middle button was clicked. |
||
