SelectedSteps.BeginUpdate
- Updated2025-07-21
- 1 minute(s) read
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.