Ejemplo n.º 1
0
        /// <summary>
        /// Creates the Header.
        /// </summary>
        private void CreateHeader()
        {
            Header = new NoFlickerPanel
            {
                Width     = Width,
                Height    = 30,
                BackColor = Color.Transparent
            };

            Controls.Add(Header);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Creates the Header.
        /// </summary>
        private void CreateHeader()
        {
            Header = new NoFlickerPanel
            {
                Width = Width,
                Height = 30,
                BackColor = Color.Transparent
            };

            Controls.Add(Header);
        }