Related resources for ComboBox button in a toolbar
  • How to create a "ComboBox button" in a toolbar in .NET12/30/2005 6:41:02 AM. You can actually put a ComboBox in your toolbar by just dragging a ComboBox from the toolbox onto the toolbar but if you want the ComboBox to be one of the toolbar buttons, you are out of luck using the regular old ComboBox. One way around this is to use the DropDownMenu style of a ToolbarButton to create a pseudo-ComboBox.