Exam 2: User Interface Design

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The code: NameTextBox.BackColor = Color.White,will _______.

(Multiple Choice)
4.7/5
(31)

The text property of a label or text box control can be cleared by using the Delete method.

(True/False)
4.9/5
(38)

Which of the following statements will clear the contents of a text box named MessageTextBox?

(Multiple Choice)
4.7/5
(41)

You can break a long line of code into multiple lines by ________ and then continuing writing code on the next line.

(Multiple Choice)
4.8/5
(35)

You can make labels,text boxes,and picture boxes appear to be three-dimensional by setting the BorderStyle property to Fixed3D.

(True/False)
4.7/5
(26)

Setting the AcceptButton property of a form to a button name will cause the code in that button to be executed when the user presses _______.

(Multiple Choice)
4.8/5
(36)

You are designing a form that will have three groups of radio buttons.You should create three group boxes,and then create the groups of radio buttons inside each of the group boxes.

(True/False)
4.8/5
(37)

The code: NameTextBox.ForeColor = Color.Red,will _______.

(Multiple Choice)
4.9/5
(34)

What is the component tray? List a control that appears in the component tray.

(Essay)
4.9/5
(32)

TextBoxes can only display a single line of text,but RichTextBoxes can display text on multiple lines.

(True/False)
4.8/5
(37)

In code,you can make the text in a text box display left-aligned by using ________.

(Multiple Choice)
4.7/5
(39)

The statement: ItemTextBox.Focus(),will place the insertion point in the text box called ItemTextBox.

(True/False)
4.8/5
(42)

Labels are used primarily for user input.

(True/False)
4.8/5
(34)

If you would like to change the font property of five controls on your form so that they are all the same,you cannot change them as a group,you must change them individually.

(True/False)
4.8/5
(38)
Showing 61 - 74 of 74
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)