Sometimes when I open my Visual Studio form designer, I see the [Add] text to create a new BarButtonItem, other times I don't. This has led me to search for a way to create a new button several times now. Any idea what might be causing this?
Asked
Active
Viewed 446 times
0
-
Are you using [Visual Inheritance](http://msdn.microsoft.com/en-us/library/bx1155fz.aspx)? That is - having a base form that all other forms inherit from. – Jens Kloster Apr 25 '13 at 13:05
-
No Visual Inheritance – Bradley Thomas Apr 26 '13 at 13:18
1 Answers
1
Try to right click your bar manager, and check the Show DesignTime Enhancements. Here is a link that may help.

SidAhmed
- 2,332
- 2
- 25
- 46
-
Yes, un-checking and checking that brought it back, awesome, thank you. – Bradley Thomas Apr 29 '13 at 14:05