Hi,
I'm using the UltraToolbarsManager on a winform.
I added a main toolbar and added some buttons.
After i Debug the maintoolbar and the UltraToolbarsManager are gone from the design canvas.
Is there a sollution for this?
Kind Regards
Ibbe
I found the problem.
A PropertieGrid and the UltraToolbarsManager on the same form was the problem.
A added the PropertieGrid at runtime and everything worked smoothly.
Not sure why I wasted 4 hours instead of googling this issue. Removing the property grid worked like a charm.