Exemplo n.º 1
0
        public TabStrip(ProjectProperties control)
        {
            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.SupportsTransparentBackColor, true);

            m_Items = new TabItemCollection(control);

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

            m_Items = new TabItemCollection(control);

            BackColor = Color.Transparent;
        }