本文介绍了如何更改 WPF 文本框的突出显示文本的前景色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
I am working on an application having both WinForms and WPF controls; In case of WinForms TextBox
selected text Background color comes Blue and White respectively whereas in WPF TextBox
it is LightBlue and Black.
As answered in these questions I can use SelectionBrush
property(WPF 4) to change the selected text's background, but How can I change the foreground color of selected text?
How can you change the highlighted text color for a WPF TextBox?
How can I change the highlighted text color for a TextBox?
解决方案
You cannot, the control does not allow for it.
这篇关于如何更改 WPF 文本框的突出显示文本的前景色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!