コード例 #1
0
ファイル: TabStrip.cs プロジェクト: smartnetguru/OpenIDE
        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;
        }