Table of Contents

Method ApplySelectedIndices

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

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

indices IReadOnlyList<int>

The new selected indices. Out-of-range entries are ignored.