Exam 10: Programming Based on Events

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

To add functionality to the ListBox control object, you register the DoubleClick( ) event handler method.

(True/False)
4.9/5
(39)

To have the ListBox or ComboBox Items arranged in alphabetical order ____.

(Multiple Choice)
4.8/5
(48)

The ListBox object allows multiple options for retrieving selections. When multiple selections are made, to retrieve all of the selections, the ____________ property cannot be used since it retrieves a single selection, the first one selected.

(Short Answer)
4.7/5
(36)

A ____ control offers the advantage of multiple selections and the opportunity to add or remove items dynamically at runtime.

(Multiple Choice)
5.0/5
(34)

You can add a shortcut to a menu by preceding one of the characters in the menu name with a(n) ____.  This places an underline under the next character typed.

(Multiple Choice)
5.0/5
(43)

An added value of ComboBox objects is that compared to a ListBox object they ____.

(Multiple Choice)
4.7/5
(47)

To retrieve multiple selections from a ListBox control, you can use all of the following properties EXCEPT ____.

(Multiple Choice)
4.8/5
(41)

The default event-handler method for CheckBox objects is ____________.

(Short Answer)
4.7/5
(36)

The delegate signature indicates what the method signatures must look like if they are to be referenced by the delegate.

(True/False)
4.7/5
(29)

Delegate declarations resembles ____ declarations.

(Multiple Choice)
4.8/5
(32)

The default event-handler method for the ComboBox control is ____.

(Multiple Choice)
4.9/5
(39)

In order for event handlers to be called using delegates, the delegate must ____.

(Multiple Choice)
4.8/5
(35)

What is the name of the default event handler method for RadioButton and CheckBox objects?

(Multiple Choice)
4.7/5
(36)

SelectedItems and ____ properties can be used to retrieve items from a ListBox object.

(Multiple Choice)
4.9/5
(35)

ComboBox objects save space on a form through their use of a predefined size property.

(True/False)
4.8/5
(39)

The Form object also has a BackgroundImage property that can be set to display a  picture on the background. Select the form and then use the Properties window to browse to a location that contains the file.

(True/False)
4.7/5
(42)

When you define a delegate type, you identify what types of methods the delegate represents.

(True/False)
4.9/5
(44)

A(n) ____________ is an underlined character in the text of an menu item or on the label of a control such as a button that enables user to click the button, without using the mouse, by pressing the Alt key in combination with the predefined character.

(Short Answer)
4.9/5
(34)

Use the Format>Align menu options to line up associated controls so controls are consistently placed in the same row or column.

(True/False)
4.8/5
(44)

Delegates work well in an event-driven arena because the same delegate can call different methods during runtime.

(True/False)
4.8/5
(39)
Showing 21 - 40 of 75
close modal

Filters

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