G
Guest
How to turn it off?
For example, this code
TextBox1.Text = "hello";
puts "hello" in the TextBox, but
it is highlighted. I want to turn off
the highlighting.
I have looked at every TextBox design property.
The TextBox is used for debug program output.
Highlighting is hard to read.
Thanks,
For example, this code
TextBox1.Text = "hello";
puts "hello" in the TextBox, but
it is highlighted. I want to turn off
the highlighting.
I have looked at every TextBox design property.
The TextBox is used for debug program output.
Highlighting is hard to read.
Thanks,