Which of the following terms best describes a widget similar to a drop-down list for selecting a single item from a fixed listing?

A. EditText control
B. Message control
C. Spinner control
D. TextView control


Answer: C

Computer Science & Information Technology

You might also like to view...

A multiple-items form shows multiple records in Datasheet view

Indicate whether the statement is true or false

Computer Science & Information Technology

A chart sheet

A) contains a single chart and no spreadsheet data. B) is a miniature chart contained in a single cell. C) is a label that describes the chart. D) enables you to adjust the size of the chart.

Computer Science & Information Technology

When users encounter multiple GUI Controls on a Form, and a user presses the Enter key, what usually happens?

A. The Form will check the default key action for the enter key in the Designer.cs file. B. The Control that has focus will raise an event. C. The Control that is closest to the mouse pointer will be activated. D. Nothing will happen unless the enter key has a KeyPressHandler event defined.

Computer Science & Information Technology

Which function returns the rank of a value within a dataset, assigning an average rank for tied values?

A. RANK.EQ B. RANK.AVG C. RANK.TIE D. AVERAGERANK

Computer Science & Information Technology