SequenceFileViewMgr.StepGroupMode

Syntax

SequenceFileViewMgr.StepGroupMode

Data Type

StepGroupModes

Use the following constants with this data type:

  • StepGroupMode_AllGroups –(Value: 2) Displays the Setup, Main, and Cleanup step groups.
  • StepGroupMode_OneGroup –(Value: 1) Displays only one step group.

Purpose

For connected controls that display steps, this property specifies whether to display all steps in the Cleanup, Main, and Setup groups or to display only the steps in the current step group.

Remarks

When you set this property to StepGroupMode_AllGroups , ensure that the application does not use the value of the SequenceFileViewMgr.StepGroup property.

See Also

SequenceFileViewMgr.StepGroup