Answer the following statements true (T) or false (F)
1) A ComboBox is a TextBox with a drop-down list.
2) In a ComboBox only the programmer can enter items to the list.
3) The DropDownList style of a ComboBox prevents the user from
entering items.
4) The SelectedIndexChanged occurs when the user selects a different
item from the list.
1) T
2) F
3) T
4) T
Computer Science & Information Technology
You might also like to view...
What is the value of =1+2*3^2?
A) 49 B) 81 C) 27 D) 19
Computer Science & Information Technology
The features of an object-oriented (O-O) approach include modular design and single-use code, which increases costs and slows down development. ?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology