answersLogoWhite

0

On any Windows interface, it is a place you type some text in. Where you typed your question and where we type our answers are large text boxes, known sometimes as multi-line text boxes. Almost any time you type something as simple as your name, username, e-mail address or anything like that into a computer, it is normally going into a text box.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Is it text box or textbox?

It is Text Box or Text Boxes :)


What is a box in which you type text or numbers?

Text Box


What is a small movable container for text or graphics?

Text box


What Text Box control property holds text entered by the user?

Text Box


How can I create a text box in After Effects?

To create a text box in After Effects, you can use the Text Tool to draw a text box on the composition. Then, you can type your text inside the box and customize it using the options in the Character and Paragraph panels.


How can I create a box fit text effect in After Effects?

To create a box fit text effect in After Effects, you can use the "Text Box" feature to adjust the size of the text box to fit the text. This will automatically resize the box to match the length of the text. You can also use the "Scale" property to adjust the size of the text layer itself to fit within the box.


Does a text box show up when you print?

the outline of the box will not, but the text will.


How can you check value from one text box to another text box in asp?

Example: If (my.textbox1.text = my.textbox2.text) Then ...


What search box is a text box in which you can type a term which then can be searched for by a search engine?

the text you type in a search text box is called?


What allows you to specify the data format of the value typed into a text box?

You can not specify the data format in a text box, other than formatting the text in the box.


What can be inserted using the text box button?

Word processing box AND text label


How do you add a text box to your website?

It depends on what type of text box you want to add. The simple HTML tag for a regular text box is this. <input type=text name=textbox1 id=textbox1> If you are planning for a text box that accepts passwords change the type to "password".