码迷,mamicode.com
首页 > Windows程序 > 详细

关于WPF中TextBox使用SelectAll无效的问题的解决办法

时间:2014-10-20 16:49:51      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   使用   sp   div   on   问题   

1.首先保证你设置的SelectionBrush不是透明的颜色或者和背景色相同

2.在使用SelectAll之前要保证Textox以及获取到焦点。

this.textbox.SelectionBrush = Brushes.Blue;
this.textbox.Focus();
this.textbox.SelectAll();

 

关于WPF中TextBox使用SelectAll无效的问题的解决办法

标签:style   blog   color   io   使用   sp   div   on   问题   

原文地址:http://www.cnblogs.com/DoNetCoder/p/4037197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!