SelectionFlags
- Updated2025-07-21
- 1 minute(s) read
SelectionFlags
Use these constants to select step group start or end markers and to expand or collapse step groups. These constants apply only when the application displays more than one step group at a time.
You cannot select step group start and end markers when steps are selected. You cannot select steps and step group end markers in collapsed step groups.
- SelectionFlag_CleanupCollapsed –(Value: 256) Collapses the Cleanup step group.
- SelectionFlag_CleanupEndSelected –(Value: 32) Selects the end marker for the Cleanup step group.
- SelectionFlag_CleanupStartSelected –(Value: 4) Selects the start marker for the Cleanup step group.
- SelectionFlag_MainCollapsed –(Value: 128) Collapses the Main step group.
- SelectionFlag_MainEndSelected –(Value: 16) Selects the end marker for the Main step group.
- SelectionFlag_MainStartSelected –(Value: 2) Selects the start marker for the Main step group.
- SelectionFlag_NoFlags –(Value: 0) No collapsed step group and no selected step group markers.
- SelectionFlag_SetupCollapsed –(Value: 64) Collapses the Setup step group.
- SelectionFlag_SetupEndSelected –(Value: 8) Selects the end marker for the Setup step group.
- SelectionFlag_SetupStartSelected –(Value: 1) Selects the start marker for the Setup step group.
See Also
ExecutionViewMgr.SelectedSteps
ExecutionViewMgr.StepGroupMode