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.
Int32: Returns the total number of items in the list.
Object: Returns the item at the specified index.
IList: Returns the collection of items.
Int32: Returns/Sets the index of the currently selected item.
Int32[]: Returns the indices of the selected items.
Object: Returns/Sets the currently selected item.
SelectionMode: Returns/Sets the selection mode.
Adds an item to the list.
Parameter | Type | Description |
---|---|---|
item |
Returns: Int32.
Adds a collection of items to the list.
Parameter | Type | Description |
---|---|---|
items |
Clears the list.
Deletes the item at the index.
Parameter | Type | Description |
---|---|---|
index |
Returns: Int32.
Finds the item in the list.
Parameter | Type | Description |
---|---|---|
item |
Returns: Int32.
Finds the item in the list.
Returns: Int32.
Finds the item in the list.
Returns: Int32.
Inserts the items at the specified position.
Returns: Int32.
Tests if the item at the specified index is selected.
Parameter | Type | Description |
---|---|---|
index |
Returns: Boolean.
Selects/Deselects the specified item.
Updates the item.
Parameter | Type | Description |
---|---|---|
index |
Name | Description |
---|---|
ComboBox implementation. | |
ListBox implementation. | |
Summary description for SalTableColumn. | |
ComboBox with tool tip support | |
List box with tool tip support | |