ISalListControl
PPJ.Runtime.ISalListControl
Last updated
PPJ.Runtime.ISalListControl
Last updated
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
SAL List controls implement this interface.
: Returns the total number of items in the list.
: Returns the item at the specified index.
: Returns the collection of items.
: Returns/Sets the index of the currently selected item.
Adds an item to the list.
item
Adds a collection of items to the list.
items
Clears the list.
Deletes the item at the index.
index
Finds the item in the list.
item
Finds the item in the list.
text
startIndex
Finds the item in the list.
text
startIndex
Inserts the items at the specified position.
index
item
Tests if the item at the specified index is selected.
index
Selects/Deselects the specified item.
index
selected
Updates the item.
index
ComboBox implementation.
ListBox implementation.
Summary description for SalTableColumn.
ComboBox with tool tip support
List box with tool tip support
: Returns the indices of the selected items.
: Returns/Sets the currently selected item.
: Returns/Sets the selection mode.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .