FilterListViewSetSelected Method |
|
DataPA OpenAnalytics API Reference
Selects or clears the selection from the specified item in a ListBox
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetSelected(
int index,
bool value
)
Public Sub SetSelected (
index As Integer,
value As Boolean
)
public:
void SetSelected(
int index,
bool value
)
function SetSelected(index, value);
Parameters
- index
- Type: SystemInt32
The zero-based index of the item in a ListBox to select or clear the selection for. - value
- Type: SystemBoolean
true to select the specified item; otherwise, false.
See Also