Ejemplo n.º 1
0
        /// <summary>
        /// 
        /// </summary>
        public ProjectProperties()
        {
            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.Selectable | ControlStyles.UserMouse, true);

            m_Strip = new TabStrip(this);

            Controls.Add(m_Strip);

            m_TabPageContainer = new TabPageContainer();

            Controls.Add(m_TabPageContainer);

            AutoScroll = true;
        }
Ejemplo n.º 2
0
        /// <summary>
        ///
        /// </summary>
        public ProjectProperties()
        {
            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.Selectable | ControlStyles.UserMouse, true);

            m_Strip = new TabStrip(this);

            Controls.Add(m_Strip);

            m_TabPageContainer = new TabPageContainer();

            Controls.Add(m_TabPageContainer);


            AutoScroll = true;
        }