TextBox seems to be running in rich text mode.
Basically I have a TextBox t and when I do t.text = "a < b" I get "a b" in the box (2 spaces, no <). When I do t.text = "a < b" (the tag for <) I get "a < b".
Label has a useRichText property, but TextBox does not seem to. Is it possible to turn off rich text in TextBoxes?
Thanks,
Mike