Exemple #1
0
        public ProfessionalToolStripRendererEx(

            ToolStripColorTable colorTable) : base()

        {

            _colorTable = colorTable;

        }
Exemple #2
0
 public UIContextMenuStrip()
 {
     this.Init();
     this.colorTable = new ToolStripColorTable();
     this.PaintRenderer();
 }
 public UIContextMenuStrip()
 {
     this.Init();
     this.colorTable = new ToolStripColorTable();
     this.PaintRenderer();
 }
Exemple #4
0
 public ProfessionalToolStripRendererEx(ToolStripColorTable colorTable)
 {
     this.ColorTable = colorTable;
 }