ExtendSelect Method (IListBox)

Selects additional items from the multi-selection list.

This method has multiple overloads.

ExtendSelect (IListItem[]) Method

Selects additional items from the multi-selection list, by ListItem items.

C# Syntax

void ExtendSelect( 
   params IListItem[] items
)

Parameters

items

The items to add to the selection.

ExtendSelect(UInt32[]) Method

Selects additional items from the multi-selection list, by item indices.

C# Syntax
            void ExtendSelect( 
   params uint[] itemIndices
)

Parameters

itemIndices

The indices of the items to add to the selection.

ExtendSelect(String[]) Method

Selects additional items from the multi-selection list, by name.

C# Syntax
            void ExtendSelect( 
   params string[] items
)

Parameters

items

The names of the items to add to the selection.