Inheritance: System.Windows.Forms.Control.ControlCollection
        IHTMLDiv __tabFiller; // not used currently but the idea here is that when the TABs needs scrolling due to space, will need a scroller tab

        public __TabControl()
        {
            init();
            Controls = new TabControl.ControlCollection((TabControl)this);
        }