Exemple #1
0
        public TabStrip(ProjectProperties control)
        {
            this.SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                          | ControlStyles.DoubleBuffer
                          | ControlStyles.SupportsTransparentBackColor, true);

            this.m_Items = new TabItemCollection(control);

            this.BackColor = Color.Transparent;
        }
Exemple #2
0
        public TabStrip(ProjectProperties control)
        {
            this.SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.SupportsTransparentBackColor, true);

            this.m_Items = new TabItemCollection(control);

            this.BackColor = Color.Transparent;
        }