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