ExecutionViewMgr.ConnectCallStack
- Updated2025-07-21
- 1 minute(s) read
ExecutionViewMgr.ConnectCallStack
Syntax
ExecutionViewMgr.ConnectCallStack( 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 ComboBox , ListBarPage , or ListBox control to display the call stack of the paused execution.
Remarks
To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.CallStack property to obtain the CallstackConnections collection.
Parameters
uiObj As Object
[In] Specifies the control or element to which the call stack connection connects. Pass a ComboBox , ListBarPage , or ListBox .