The SelectedItem property of a ComboBox returns an integer indicating which choice is currently selected.
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
Which one of the following statements declares the string variables city, state, and zip using a single declaration statement?
a. string city, state, zip; b. string city, string state, string zip; c. string city; state; zip; d. string city_state_zip;
Computer Science & Information Technology
Which category of Excel functions returns information about the format, location, or contents of worksheet cells? ____
A. Location B. Information C. Reference D. Description
Computer Science & Information Technology