Editbox graphic object is graphic object to enter the specific sentence such as <Figure 1>.
<Figure 1> Example for EditBox graphic object
Style, tag, font and extension option etc of editbox are set at studio. (Editbox settings)
Also, editbox can be set by script, as follows.
@EditBoxGetText : It is function to read the entered data of editbox.
@EditBoxSetFocus : It is function to locate the cursor(focus) at editbox.
@EditBoxSetText : It is function to enter the sentence to editbox.
Reference) You can make specific motion for editbox by using 'Key Down' script, when you press the 'ENTER' key etc.
Relate items)
Example for Extension Function Setting of Key Down Script for EditBox