How to get the system settings that I can find in the Appearance dialog? -


Do I need to get some system settings for a standard dialog box for example, font size and color? (I use C #) Thanks

The following classes contain the properties that give you that information Which will be after you:

  system. Drawing Systems Font System Drawing Systemal system Windows.form. System Notification  

In reply to OP comment:

  font messageboxfonts = System.Drawing.SystemFonts.MessageBoxFont;  

Comments