Is it possible to set the font style in an entire c# windows application -
is possible set font style in entire c# windows application css in web application?
in config,
windowsformsapplication1.properties.settings.default.userfont = new font("arial", 24, fontstyle.bold);
you can add before initializecomponent() in form constructor(s):
this.font = systemfonts.messageboxfont;
Comments
Post a Comment