Beispiel #1
0
        public override void ResetColors()
        {
            base.ResetColors();
            PropertyGridShape shape = new PropertyGridShape();

            this.rowColor  = shape.rowColor;
            this.gridColor = shape.gridColor;
        }
 public override void ResetColors()
 {
     base.ResetColors();
     PropertyGridShape shape = new PropertyGridShape();
     this.rowColor = shape.rowColor;
     this.gridColor = shape.gridColor;
 }