Skip to content

MultiSelect Property

Description

Gets/sets the method in which items are selected in the ListBox.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property MultiSelect() As [ListBoxMultiSelectStyle](XtremeSuiteControls~Enumerations~ListBoxMultiSelectStyle_EN.md)

Remarks

The MultiSelect property enables you to determine how many items in the ListBox a user can select at one time and how the user can make multiple selections.

  • When the MultiSelect property is set to xtpListMultiSelectExtended:
  • Pressing SHIFT and clicking the mouse or pressing SHIFT and one of the arrow keys (UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW) extends the selection from the previously selected item to the current item.
  • Pressing CTRL and clicking the mouse selects or deselects an item in the list.

  • When the property is set to xtpListMultiSelectSimple:

  • A mouse click or pressing the SPACEBAR selects or deselects an item in the list.

See Also


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