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);
        }
Example #2
0
 public TPageControl()
 {
     visiblePagesAdapter = new TabControl.ControlCollection(this);
     DrawMode            = TabDrawMode.OwnerDrawFixed;
 }