BlockDisplayOptions
- Updated2025-07-21
- 1 minute(s) read
BlockDisplayOptions
Use these constants with the SequenceView.BlockDisplayOptions property.
- BlockDisplayOption_BoldStepFont –(Value: 0x10) Displays the step name in bold for steps that define or operate according to the block structure of the sequence.
- BlockDisplayOption_DottedLines –(Value: 0x4) Draws the vertical bar to the left of the block with a dotted line.
- BlockDisplayOption_HighlightMismatchErrors –(Value: 0x20) Draws the step name in red for steps that start blocks that do not have an End step and for block ending steps that do not match with a block starting step. Also draws the vertical block bar red for blocks that do not have an ending step.
- BlockDisplayOption_Indent –(Value: 0x1) Indents the steps within a block.
- BlockDisplayOption_None –(Value: 0x0) No options.
- BlockDisplayOption_ShowGroupLines –(Value: 0x40) Draws a vertical bar to the left of the steps in a step group.
- BlockDisplayOption_ShowLines –(Value: 0x2) Draws a vertical bar to the left of the steps in a block.
- BlockDisplayOption_ShowStepIcons –(Value: 0x8) Displays icons for steps that define or operate according to the block structure of the sequence.