Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.12 KB

listbox-control.md

File metadata and controls

34 lines (23 loc) · 1.12 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ListBox control
fm20.chm5224982
fm20.chm5224982
23869c09-8a5a-b31a-83f8-945b2848a7a1
11/15/2018
medium

ListBox control

Displays a list of values and lets you select one or more.

Remarks

If the ListBox is bound to a data source, the ListBox stores the selected value in that data source.

The ListBox can either appear as a list or as a group of OptionButton controls or CheckBox controls.

The default property for a ListBox is the Value property. The default event for a ListBox is the Click event.

Note

You can't drop text into a drop-down ListBox.

See also

[!includeSupport and feedback]