SequenceFileViewMgr.ConnectStepGroupList
- Updated2024-10-09
- 1 minute(s) read
SequenceFileViewMgr.ConnectStepGroupList
Syntax
SequenceFileViewMgr.ConnectStepGroupList( uiObj)
Return Value
A reference to an object that represents the new connection. Discarding the reference does not affect the connection. When the object is already connected to this type of connection, the existing connection is returned.
Purpose
Connects a user interface control that selects the step group of the current sequence file to place into the SequenceFileView Manager control.
Remarks
You can connect a ComboBox , ListBarPage , and ListBox as StepGroupLists.
To disconnect an existing connection, you must first obtain the SequenceFileViewMgrConnections object from SequenceFileViewMgr.Connections property. Then, access the SequenceFileViewMgrConnections.StepGroupList property to obtain the StepGroupListConnections collection.
Parameters
uiObj As Object
[In] Use a ComboBox , ListBarPage , or ListBox to display the list of step groups.
See Also
SequenceFileViewMgr.Connections
SequenceFileViewMgrConnections