InterviewSolution
Saved Bookmarks
| 1. |
List different selection modes of a list. |
|
Answer» SINGLE (List box allows single selection only) SINGLE_INTERVAL (List box allows single continuous selection of options using shift key of keyboard) MULTIPLE_INTERVAL (List box allows multiple selections of options using ctrl key of keyboard). |
|