Answer the following statements true (T) or false (F)

1) Menus provide groups of related classes.
2) Menu items can display ComboBoxes, checkmarks and access shortcuts.
3) The ListBox control allows only single selection (like a RadioButton).
4) A ComboBox control typically has a drop-down list.
5) Deleting a parent node in a TreeView control deletes its child nodes.


) False. Menus provide groups of related commands.
2) True.
3) False. It can have single or multiple selection.
4) True.
5) True.

Computer Science & Information Technology

You might also like to view...

Windows groups folders into ____________________, including four predefined ones: Documents, Music, Pictures, and Videos.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You have a file in your home directory called tryit&. Rename this file. What command did you use?

What will be an ideal response?

Computer Science & Information Technology

Explain the notion of package access in Java. Explain the negative aspects of package access.

What will be an ideal response?

Computer Science & Information Technology

A node on the path from the root to node n is a(n) ______ of node n.

a. ancestor b. descendant c. subtree d. leaf

Computer Science & Information Technology