Exam 10: Programming Based on Events

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

ListBox objects have an added feature in that they contain their own text box field as part of the object.

(True/False)
4.8/5
(43)

Like other classes, an instance of a delegate is called an object.

(True/False)
4.8/5
(32)

ComboBox objects have an added feature over the ListBox controls in that ____.

(Multiple Choice)
4.8/5
(41)

A number of  objects can be wired to the same event-handler method.

(True/False)
4.8/5
(29)

To retrieve data from a ListBox control as string data, use the ____ property.

(Multiple Choice)
4.8/5
(30)

The delegate definition does not include a body.  All that is included is the heading.

(True/False)
4.8/5
(42)

Which control is used for placing objects, like RadioButtons, together? This control not only offers the benefit of visual appearance, but also helps during design because you can set properties that impact all the associated objects.

(Multiple Choice)
4.8/5
(35)

To create mutually exclusive options use ____.

(Multiple Choice)
4.9/5
(33)

What does the following statement do? This.BackColor = System.Drawing.Color.Blue;

(Multiple Choice)
4.8/5
(28)

Delegates are special types of .NET classes whose instances store ____.

(Multiple Choice)
4.9/5
(42)

In order to add values to the ListBox at run time, invoke the Add( ) method on the ____________ property.

(Short Answer)
4.9/5
(29)

You change the appearance of the tabs for a TabControl object using the ____ Collection Editor.

(Multiple Choice)
4.9/5
(42)

The SelectionMode property of the ListBox object ____.

(Multiple Choice)
4.7/5
(45)

Included as part of .Visual Studio are a number of preconfigured dialog boxes Find and Replace, Spell Checker and  File Save.

(True/False)
4.9/5
(37)

The Items property can be used to set the initial values for a ListBox object.  The Items editor is opened when you click the ellipsis to the right of the Collection property in the Properties window.

(True/False)
4.8/5
(32)

____________ controls can be used to display a list of items from which the user can make single or multiple selections. A scroll bar is automatically added to the control if the total number of items exceeds the number that can be displayed.

(Short Answer)
4.8/5
(39)

Associating a method in your program to an event is called delegating the event.

(True/False)
4.8/5
(38)

____ objects usually appear as small boxes that allow users to make a yes/no selection.

(Multiple Choice)
4.9/5
(49)

The ListBox ____________ property has selection values of MultiSimple, MultiExtended, None and One.

(Short Answer)
4.7/5
(30)

Which property is used with the PictureBox control to associate an actual picture to the control?

(Multiple Choice)
4.8/5
(30)
Showing 41 - 60 of 75
close modal

Filters

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