Ejemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the XPanderPanel class.
        /// </summary>
        public XPanderPanel()
        {
            InitializeComponent();

            this.BackColor = Color.Transparent;
            this.CaptionStyle = CaptionStyle.Normal;
            this.ForeColor = SystemColors.ControlText;
            this.Height = this.CaptionHeight;
            this.ShowBorder = true;
            this.m_customColors = new CustomXPanderPanelColors();
            this.m_customColors.CustomColorsChanged += OnCustomColorsChanged;
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Initializes a new instance of the XPanderPanel class.
        /// </summary>
        public XPanderPanel()
        {
            InitializeComponent();

            this.BackColor      = Color.Transparent;
            this.CaptionStyle   = CaptionStyle.Normal;
            this.ForeColor      = SystemColors.ControlText;
            this.Height         = this.CaptionHeight;
            this.ShowBorder     = true;
            this.m_customColors = new CustomXPanderPanelColors();
            this.m_customColors.CustomColorsChanged += OnCustomColorsChanged;
        }