Hi mindstick ! How can I chanded the textbox foreground color in wpf winforms? thanks in advance
Change the Textbox foreground color in wpf. Anonymous User 4857 18 Jul 2013 Hi mindstick!How can I chanded the textbox foreground color in wpf winforms?thanks in advance
You can try this code for change the foreground color of a textbox in wpf: -
txtBox.Foreground= new SolidColorBrush(Colors.Yellow);