Questions tagged [toolstripcombobox]

ToolStripComboBox is a version of ComboBox that is hosted in a ToolStrip. Like ComboBox, it allows to select only one option out of several, or to edit the text displayed (combination of TextBox and Listbox). The main difference between ToolStripComboBox and ComboBox is that the first is usable as an element of a ToolStrip.

16 questions
0
votes
1 answer

ToolStripComboBox events not firing

I have a ToolStripComboBox on a ToolStrip, then my application is minimized to tray and ShowInTaskBar is set to false. After that my application is bring back to normal state. From this moment ToolStripComboBox will not fire any events.…
puch4tek
  • 151
  • 1
  • 4
1
2