选中列表框的颜色
我正在开发 Windows C# 表单。 我的表单中有已选中的列表框。 对于那些选中的列表框,我想设置预定义颜色。 我该怎么做...是否有任何内置类或其他东西来获取这些预定义的颜色...请帮助
I Am Working On A windows c# form.
I have Checked List Boxes in my form.
And for those checked List Boxes I want To set Predefined Colors.
How can I do It..Is There Any inbuild classes or something to get these predefined colors...please Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要重复答案,请查看 如何更改 WindowsForms 中 CheckedListBox 中 SelectedItem 的颜色? 是否可以帮助您解决问题。那里有代码可能会帮助您到达您需要去的地方,尽管它指的是前色,并且您可能需要更改您的情况的背景色。
Rather than repeat the answer, see if How change the color of SelectedItem in CheckedListBox in WindowsForms? helps you solve your problem. There is code there that may get you where you need to go although that refers to forecolor and you may need to change the backcolor in your case.