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

            m_Items = new TabItemCollection(control);

            BackColor = Color.Transparent;
        }
예제 #2
0
파일: TabStrip.cs 프로젝트: MyvarHD/OpenIDE
        public TabStrip(ProjectProperties control)
        {
            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.SupportsTransparentBackColor, true);

            m_Items = new TabItemCollection(control);

            BackColor = Color.Transparent;
        }