VISUAL BASIC

VISUAL PROGRAMMING

VISUAL BASIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Presents a list of items where the user can click and select the items from the list.
A
CheckBox
B
ListBox
C
TextBox
D
LinkBox
Explanation: 

Detailed explanation-1: -Answer: A C# ListBox control provides a user interface to display a list of items. Users can select one or more items from the list. A ListBox may be used to display multiple columns and these columns may have images and other controls.

Detailed explanation-2: -The ListBox represents a Windows control to display a list of items to a user. A user can select an item from the list.

Detailed explanation-3: -To retrieve a collection containing all selected items in a multiple-selection ListBox, use the SelectedItems property. If you want to obtain the index position of the currently selected item in the ListBox, use the SelectedIndex property.

There is 1 question to complete.