Skip to content

ListBoxMultiSelectStyle Enumeration

Description

Specifies the selection behavior of a list box control.

Members

Member Description
xtpListMultiSelectNone No items can be selected.
xtpListMultiSelectSimple Multiple items can be selected.
xtpListMultiSelectExtended Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections.

Remarks

The ListBox's MultiSelect property uses flags from the ListBoxMultiSelectStyle enumeration to determine if multi-selection is allowed.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.