MultiSelect Method (FlexListBase)

Action

Defines the value of the type property of the event object for an event that is dispatched when an item is selected as part of an action that selects multiple items.

Syntax

listBase.MultiSelect(itemRenderer, [triggerEvent, keyModifier])
Variable Description
itemRenderer The item renderer object for the item. String.
triggerEvent Optional: The event, such as a mouse or keyboard event, that triggered the action. FlexTriggerEvent.
keyModifier Optional: The key modifiers (for example, the Ctrl key) to use when clicking the controls. ModifierKeys.