Sequential Property

Specifies the availability of choices to other design-time controls in relation to position within the document.

Syntax

object.Sequential [= fFollow]

Parameters

fFollow

A Boolean value. If True (the default), the choice should be visible only to design-time controls that follow the choice owner. If False, the choice is visible to all design-time controls in the document.

Remarks

Initially, all the properties for the ChoiceFilter object including the Sequential property are set as no-value.

Warning   Allowing choices to be visible to all design-time controls in the document can lead to cyclical references. For example, you can create three DTCs and make the first rely on a choice in the third control, which relies on a choice in the second control, which relies on the first control. This creates an infinite loop that stalls the hosting editor.

Applies to   Choice object, ChoiceFilter object