public FormContextMenuStrip()
 {
     Renderer = new ControlRenderer();
 }
Beispiel #2
0
        public ControlRenderer(ColorTable ColorTable)
        {
            ControlRenderer thisis = this;

            thisis.ColorTable = ColorTable;
        }
Beispiel #3
0
 public FormStatusStrip()
 {
     Renderer   = new ControlRenderer();
     SizingGrip = false;
 }