Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# .Net Win-form 中创建了一个小演示,下面是我的演示的屏幕截图。
上面的截图有两个按钮,字体颜色和字体命名,当我点击字体颜色时出现一个颜色对话框,我们可以通过从颜色对话框中选择任何颜色来给标签颜色,当我点击字体按钮时出现一个字体帮助给出字体样式、字体大小和字体系列的对话框。它完美地工作。但我的问题是我想保持字体和字体颜色状态(意味着重新启动这个项目后保持给定的字体和字体颜色)。
谢谢你!
使用应用程序设置在运行中保留值。