Using Visual Studio 2008 and C# 3 with .NET 3.5
I've added a StatusStrip control to a form and the only controls I can add through the designer are:
- StatusLabel
- ProgressBar
- DropDownButton
- SplitButton
I want to add a ToolStripButton but I can only do so from code in the .designer.cs file. This way I would see it in the designer but I can't figure how to do it entirely from the designer.
Any pointers?
EDIT:
Was incorrectly refering to a StatusStripButton instead of a ToolStripButton...