Exam 14: Windows Forms Gui: a Deeper Look

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

The code to create a new child window usually lies in an event handler which creates a new window in response to a user action.

(True/False)
4.9/5
(32)

A separator bar can be inserted in a menu with which of the following characters?

(Multiple Choice)
4.8/5
(42)

The LinkLabel class is derived from the Label class and therefore inherits all of a Label's functionality.

(True/False)
4.7/5
(35)

_____________ can set the dimensions of a control to the dimensions of the parent container at all times.

(Multiple Choice)
4.8/5
(34)

A(n)_________ is a component with a graphical part.

(Multiple Choice)
4.7/5
(45)

Only one date can be selected at a time in the MonthCalendar control.

(True/False)
4.8/5
(35)

Because of the nature of a GUI,a form cannot be set to a fixed size.

(True/False)
4.9/5
(29)

There are three modes of selection for a ListBox;None,One,or Multi.

(True/False)
4.8/5
(37)

What is the event when a value is selected with the DateTimePicker control?

(Multiple Choice)
4.7/5
(28)

Inheriting a form can be difficult in Visual Basic.

(True/False)
4.8/5
(35)

Many of the components used for Windows apps in Visual Basic are defined in namespace:

(Multiple Choice)
4.8/5
(45)

The syntax for adding a new item to a ListBox is:

(Multiple Choice)
4.9/5
(41)

The UseMnemonic property is used to handle ampersand keys (&)as a shortcut rather than an actual key.

(True/False)
4.9/5
(34)

Visual inheritance is used to create visual consistence and uniformity.

(True/False)
4.9/5
(34)

What is the event that is generated when an MDI child is closed or activated?

(Multiple Choice)
4.9/5
(33)

When using mouse coordinates, (0,0)is located in the:

(Multiple Choice)
4.8/5
(30)

The Padding property specifies the distance between the docked control and the Form edges.

(True/False)
4.7/5
(42)

The label for an object's entry in the ListBox is determined by that object's ToString method.

(True/False)
4.8/5
(36)

The Button property is used to determine which mouse button is clicked: left,middle,right or none.

(True/False)
4.9/5
(36)

Which of the follow statements are true about menus created through Visual Basic?

(Multiple Choice)
4.8/5
(34)
Showing 41 - 60 of 124
close modal

Filters

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