SelectedSequences.BeginUpdate

Syntax

SelectedSequences.BeginUpdate

Purpose

Call this method before making multiple changes to the SelectedSequences collection. When you finish changing the collection, call the SelectedSequences.EndUpdate method to update the TestStand User Interface (UI) Controls according to the changes.

Remarks

Use this method to minimize redrawing in the TestStand UI Controls when you programmatically change the selection.

See Also

SelectedSequences.EndUpdate