Method ApplySelectedIndices
ApplySelectedIndices(IReadOnlyList<int>)
Replaces the selected indices without raising ValueChanged. Used by concrete subclass Value setters to apply their value back to the index model.
protected void ApplySelectedIndices(IReadOnlyList<int> indices)
Parameters
indicesIReadOnlyList<int>The new selected indices. Out-of-range entries are ignored.