SequenceFileViewMgr.ConnectSequenceList

Syntax

SequenceFileViewMgr.ConnectSequenceList( uiObj)

Return Value

SequenceListConnection

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 displays the list of sequences in the current sequence file. The control can also select a sequence to place into the SequenceFileView Manager control.

Remarks

You can connect the ComboBox , ListBarPage , and ListBox to SequenceFileLists.

To disconnect an existing connection, you must first obtain the SequenceFileViewMgrConnections object from SequenceFileViewMgr.Connections property. Then, access the SequenceFileViewMgrConnections.SequenceList property to obtain the SequenceListConnections collection.

Parameters

uiObj As Object

[In] Use ComboBox , ListBarPage , or ListBox to display the list of sequence files.

See Also

ComboBox

ListBarPage

ListBox

SequenceFileViewMgr.Connections

SequenceFileViewMgr.Sequence

SequenceFileViewMgrConnections

SequenceFileViewMgrConnections.SequenceList

SequenceListConnections