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; }