Пример #1
0
        /// <summary>
        /// Initializes a new instance of the PanderPanelW class.
        /// </summary>
        public PanderPanelW()
        {
            InitializeComponent();

            this.BackColor      = Color.Transparent;
            this.CaptionStyle   = CaptionStyle.Normal;
            this.ForeColor      = SystemColors.ControlText;
            this.Height         = this.CaptionHeight;
            this.ShowBorder     = true;
            this.m_customColors = new CustomPanderPanelWColors();
            this.m_customColors.CustomColorsChanged += OnCustomColorsChanged;
        }
Пример #2
0
		/// <summary>
		/// Initializes a new instance of the PanderPanelW class.
		/// </summary>
        public PanderPanelW()
		{
			InitializeComponent();

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

		}