如何获取“外观”对话框中可以找到的系统设置?
我需要获取一些系统设置,例如标准对话框的字体大小和颜色? (我使用C#) 谢谢
I need to get some system settings for example, font size and color for a standard dialog box? (I use C#)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下类的属性将为您提供所需的信息:
回答 OP 评论:
The following classes have properties that will give you the information you are after:
In answer to the OPs comment: