D
Dom
Everytime I create a user control, (such as extending another control,
like TextBox), the IDE sticks into the Designer file, the following:
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
In momst cases, this fails. Why is it there? I'm in the habit of
just commenting it out.
Dom
like TextBox), the IDE sticks into the Designer file, the following:
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
In momst cases, this fails. Why is it there? I'm in the habit of
just commenting it out.
Dom