作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试为标签控件设置禁用的字体特征。我可以设置所有字体特征(大小、粗体等),但颜色被默认窗口行为覆盖,该行为似乎是这两种颜色之一:
最佳答案
看看ControlPaint.DrawStringDisabled方法;它可能会有所帮助。我在覆盖自定义控件的 OnPaint 事件时使用了它。
ControlPaint.DrawStringDisabled(g, this.Text, this.Font, Color.Transparent,
new Rectangle(CustomStringWidth, 5, StringSize2.Width, StringSize2.Height), StringFormat.GenericTypographic);
关于winforms - Windows 窗体 : How do you change the font color for a disabled label,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/136129/
我是一名优秀的程序员,十分优秀!