"Checked" property for ToolStripDropDownButton?
-
Greetings! Does anyone know a way to show (the parent of) a ToolStripDropDownButton as pressed or not pressed? As in, I should be able to *set* the value of such a property. I'm guessing this is something similar to ToolStripButton.Checked - I've scoured MSDN & Google but nobody's ever wanted to do it, by the looks of it (or I'm just not getting it!) I want my ToolStripDropDownButton to show up as "pressed" up until I press some other button. Any help or tips you might be able to give is highly appreciated :)
-
Greetings! Does anyone know a way to show (the parent of) a ToolStripDropDownButton as pressed or not pressed? As in, I should be able to *set* the value of such a property. I'm guessing this is something similar to ToolStripButton.Checked - I've scoured MSDN & Google but nobody's ever wanted to do it, by the looks of it (or I'm just not getting it!) I want my ToolStripDropDownButton to show up as "pressed" up until I press some other button. Any help or tips you might be able to give is highly appreciated :)
I don't think there is such a property. You can use a different icon to represent pressed and unpressed states and will be more clear. You can also change the background color when pressed and unpressed.