SequenceFileViewMgr.ConnectSequenceView

Syntax

SequenceFileViewMgr.ConnectSequenceView( uiObj)

Return Value

SequenceViewConnection

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 SequenceView control to display the current sequence of the SequenceFileView Manager control.

Remarks

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

Parameters

uiObj As Object

[In] Specifies the reference to a SequenceView control that displays the current sequence and step group.

See Also

SequenceFileViewMgr.Connections

SequenceFileViewMgrConnections

SequenceFileViewMgrConnections.SequenceView

SequenceViewConnections

SequenceView