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.

See Also