Exam 14: Windows Forms Gui: a Deeper Look

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

The Clicks property of class MouseEventArgs is used to determine the number of times a mouse button was clicked.

(True/False)
4.9/5
(30)

In order to find out which key the user is pressing,one should use the:

(Multiple Choice)
4.8/5
(36)

If the user does not select any items from the ListBox,the return value of SelectedIndex is 0.

(True/False)
4.9/5
(30)

How can event handlers be generated?

(Multiple Choice)
4.8/5
(37)

Visual Basic also has the capacity for submenus.

(True/False)
4.9/5
(31)

The MdiChildren returns to the parent window a list of all the created children as an array of Forms.

(True/False)
4.8/5
(46)

The AutoScroll property will cause a Panel to scroll to the bottom if the controls displayed are too large.

(True/False)
4.9/5
(26)

Menus are ways of grouping similar commands and preventing GUI clutter.

(True/False)
4.9/5
(36)

An error will be generated if a link leads to a document that requires another program to view it.

(True/False)
4.9/5
(24)

A ComboBox can display info and also have user-input info.

(True/False)
4.8/5
(29)

Which of the following events is triggered when the mouse is moved downward?

(Multiple Choice)
4.9/5
(40)

The active window is the one that has the focus.

(True/False)
4.9/5
(38)

MDI programs allow many child windows to be active at once.

(True/False)
4.9/5
(31)

Labels allow input to be typed into them.

(True/False)
4.9/5
(30)

Property Anchor allows you to prevent form alterations by the user.

(True/False)
4.7/5
(33)

KeyPress events do not handle modifier keys.

(True/False)
4.8/5
(37)

To insert a control into a Panel or GroupBox in Design mode you must:

(Multiple Choice)
4.8/5
(45)

Each child window of an MDI program may have different functionality than other child windows in the program.

(True/False)
4.9/5
(32)

To add a control,the user must write the code that instantiates the control object from a class.

(True/False)
4.9/5
(36)

Shortcuts to LinkLabels can also be created using the ampersand key (&)when the feature is enabled.

(True/False)
4.9/5
(40)
Showing 101 - 120 of 124
close modal

Filters

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