The ISalListControl type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the list.
Public methodAddRange
Adds a collection of items to the list.
Public methodClear
Clears the list.
Public methodDelete
Deletes the item at the index.
Public methodFind
Finds the item in the list.
Public methodFindString
Finds the item in the list.
Public methodFindStringExact
Finds the item in the list.
Public methodInsert
Inserts the items at the specified position.
Public methodIsSelected
Tests if the item at the specified index is selected.
Public methodSetSelected
Selects/Deselects the specified item.

Properties

  NameDescription
Public propertyCount
Returns the total number of items in the list.
Public propertyItem
Returns the item at the specified index.
Public propertyItems
Returns the collection of items.
Public propertySelectedIndex
Returns/Sets the index of the currently selected item.
Public propertySelectedIndices
Returns the indices of the selected items.
Public propertySelectedItem
Returns/Sets the currently selected item.
Public propertySelectionMode
Returns/Sets the selection mode.

See Also