ExecutionViewMgr.ConnectExecutionList

Syntax

ExecutionViewMgr.ConnectExecutionList( uiObj)

Return Value

ExecutionListConnection

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 ComboBox , ListBarPage , or ListBox control to the list of running executions. The connected item displays the executions and allows the user to select an execution in the ExecutionView Manager control.

Remarks

To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.ExecutionList property to obtain the ExecutionListConnections collection.

Parameters

uiObj As Object

[In] Use a ComboBox , ListBarPage , or ListBox to display the list of executions.

See Also

ComboBox

Execution

ExecutionListConnections

ExecutionViewMgr.Connections

ExecutionViewMgrConnections

ExecutionViewMgrConnections.ExecutionList

ListBarPage

ListBox