I want to add a text button onto a WinForms toolbar (a standard button on a toolbar can contain an image only).
A textbox, a combobox can be easily added onto a toolbar but there is no option for a text button.
How can that be achieved?
UPD By ‘text button’ I mean the standard Windows button.
You can use a ToolStripControlHost to embed any control in your toolstrip: