Exam 14: Windows Forms Gui: a Deeper Look

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

Which of the following does not describe an event where the user interacts with the GUI?

(Multiple Choice)
4.9/5
(33)

By looking up a control's class and clicking the events section,you can determine all the events and the arguments that a control has.

(True/False)
4.8/5
(35)

While a ToolTip is being displayed,it's appearance remains the same.

(True/False)
4.9/5
(24)

You can use control properties to disable a control or to hide the control from the user.

(True/False)
5.0/5
(30)

What is a tool tip useful for?

(Multiple Choice)
4.7/5
(36)

ListBoxes and ComboBoxes are identical other than the fact that ComboBoxes have a drop-down list.

(True/False)
4.8/5
(36)

A Timer component generates __________ events at set intervals specified by the Timer's Interval property,which defines the number of milliseconds (thousandths of a second)between events.

(Multiple Choice)
4.9/5
(48)

The Enabled property does not allow the control to perform actions when it's set to false.

(True/False)
4.8/5
(25)

Visual Studio provides snap lines to help align controls.

(True/False)
4.9/5
(36)

A parent window and a child window may have two different menus that can be merged when a window is maximized.

(True/False)
4.8/5
(33)

The SelectedIndex property is used to determine the lowest index of any selected items.

(True/False)
4.9/5
(34)

Delegates act as:

(Multiple Choice)
4.9/5
(36)

Each event is allowed only one event handler method.

(True/False)
4.9/5
(30)

LinkLabels are most commonly used for:

(Multiple Choice)
4.8/5
(30)

When adding a ToolTip component from the Toolbox,it appears on an arbitrary location on the Form in Design view.

(True/False)
4.7/5
(30)

Panels have the ability to have scrollbars should their contents get too large.

(True/False)
4.8/5
(21)

Windows within windows are called the sub-windows of the original windows.

(True/False)
4.8/5
(44)

Users may add items directly to the list in a ListBox.

(True/False)
4.7/5
(27)

KeyPress events and one KeyDown event are generated when a key on the keyboard is pressed down.

(True/False)
4.8/5
(39)

All of the Visual Basic controls and components can be found in the tool box.

(True/False)
4.7/5
(32)
Showing 81 - 100 of 124
close modal

Filters

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