I have two very similar operations that I want to be made available by selecting a toolbar button. Because they're so similar it seems a waste to have two buttons for them. What would be ideal would be to have a ToolstripSplitButton with two menu items for selecting between the operations. I would change the image on the button slightly to reflect which had been chosen. But the ToostripSplitButton can't be Checked to show that it has been selected. This is so frustrating. Any ideas for other ways to present the options to the user?