Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 6, Problem 17RQ
Program Description Answer

The DropDownStyle property is used to indicate the combo box style.

Hence, the correct answer is option “B”.

Blurred answer
Students have asked these similar questions
Which property is used to specify a combo box’s style? a. ComboBoxStyle b. DropDownStyle c. DropStyle d. Style
Which of the following selects the Cat item, which appears third in the cboAnimal control? a. cboAnimal.SelectedIndex = 2 b. cboAnimal.SelectedItem = "Cat" c. cboAnimal.Text = "Cat" d. All of the above.
Which property allows you to specify a specific character that will always be displayed in a text box, no matter what character the user types? a. Char b. CharPassword c. Password d. PasswordChar