Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I think the custom does not show up because .NET hides that option. You have to set a custom tool strip renderer and it automatically sets that property to custom. Most likely, when you changed it, it set a property within the .designer.cs file for the status strip. If you remove that line of code that it generated, you should be good to go.
|