TabControlAdv, CommandBar, and ColorUIControl speed

this.tabToolbox = new Syncfusion.Windows.Forms.Tools.TabControlAdv(); this.commandBarStandard = new Syncfusion.Windows.Forms.Tools.CommandBar(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); Nearly 80% of my main form initialization is in these function calls. (Color only 10%, the rest divided by the first two) Can something be done? (see related TabSplitter startup speed problem) If not, can someone suggest superior tools? Thanks, Greg

Loader.
Up arrow icon