示例#1
0
 public EDDToolStripRenderer() : base(new ExtendedControls.CustomColourTable())
 {
     this._colortable  = (ExtendedControls.CustomColourTable)ColorTable;
     this.RoundedEdges = true;
 }
 public EDDToolStripRenderer()
     : base(new ExtendedControls.CustomColourTable())
 {
     this._colortable = (ExtendedControls.CustomColourTable)ColorTable;
     this.RoundedEdges = true;
 }