Click or drag to resize
FilterListViewSetSelected Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Selects or clears the selection from the specified item in a ListBox

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void SetSelected(
	int index,
	bool 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