Exemple #1
0
        public ToolStripEx()
        {
            if (this.Renderer is ToolStripProfessionalRenderer tspr)
            {
                tspr.ColorTable.UseSystemColors = true;
                tspr.RoundedEdges = false;
            }

            this.ImageScalingSize = new System.Drawing.Size(UI.ScaleWidth(16), UI.ScaleHeight(16));
        }
Exemple #2
0
 public MenuStripEx()
 {
     this.ImageScalingSize = new System.Drawing.Size(UI.ScaleWidth(16), UI.ScaleHeight(16));
 }