After finding the OnLoad method of my Winform was being called before the InitializeComponent() had returned, I drilled deeper into the code and found that the following line of code is firing the OnLoad event:
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
Is there any reason for this code to fire the OnLoad event? Is this a possible bug?
I couldn't reproduce this behavior; do you have the latest hotfix? Does it happen with a default ToolbarsManager?
-Matt