ComboBox

Connect a SequenceFileView Manager or ExecutionView Manager control to a ComboBox control so users can view or select from a list of sequence files, sequences, step groups, steps, executions, threads, or stack frames. Connect an Application Manager control to a ComboBox control so users can view or select the default adapter of the TestStand Engine.

Use the ComboBox control to connect to and display the ExecutionViewMgrConnections.ExecutionList , ExecutionViewMgrConnections.CallStack , and ExecutionViewMgrConnections.ThreadList properties in the ExecutionView Manager control and the SequenceFileViewMgrConnections.SequenceList , SequenceFileViewMgrConnections.SequenceFileList , and SequenceFileViewMgrConnections.StepGroupList properties in the SequenceFileView Manager control.

Selecting an item in the ComboBox control updates the application based on the type of data the connection specifies.

Note The ComboBox control does not allow you to populate the items in the drop-down list without connecting to a list connection. The items in the drop-down list are obtained from the connection to a manager control.

Properties

Method

Events

See Also

ExecutionViewMgr

ExecutionViewMgr.ConnectCallStack

ExecutionViewMgr.ConnectExecutionList

ExecutionViewMgr.ConnectThreadList

SequenceFileViewMgr

SequenceFileViewMgr.ConnectSequenceFileList

SequenceFileViewMgr.ConnectSequenceList

SequenceFileViewMgr.ConnectStepGroupList