SelectedSteps.BeginUpdate

Syntax

SelectedSteps.BeginUpdate

Purpose

Call this method before making multiple changes to the SelectedSteps collection. When you finish changing the collection, call the SelectedSteps.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

SelectedSteps.EndUpdate