InterviewSolution
Saved Bookmarks
| 1. |
9. Define List Box and write its syntax? |
|
Answer» Answer: The LISTBOX represents a Windows control to display a list of items to a user. A user can SELECT an item from the list. It ALLOWS the programmer to add items at design TIME by using the properties window or at the runtime. ... You can POPULATE the list box items either from the properties window or at runtime.mark as brainlist.. |
|