TEXT_EDIT_BOX
This widget lets the end user enter text in a box to modify the content of a string object.
Remark: you can change the text properties of this widget just like for any other CELL.
Attributes brief detailed show all inherited
Examples
You can find some examples in "Changing text on the fly" tutorial.
Note from the editor: you may find that some DAWs don't let all the keys pass through to the plugin window (like Space or Enter), so you can't type them into TEXT_EDIT_BOX sometimes. Also you may find TEXT_EDIT_BOX a bit unstable in updating the contents of the string. Personally, I find using TEXT_FIELD more reliable.