SequenceFileViewMgr.ConnectInsertionPalette
- Updated2024-10-09
- 1 minute(s) read
SequenceFileViewMgr.ConnectInsertionPalette
Syntax
SequenceFileViewMgr.ConnectInsertionPalette( 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 an InsertionPalette control to display the step type list and templates list and enables inserting sequences, steps, and variables into controls connected to the SequenceFileView Manager control, such as the ListBox , SequenceView , or VariablesView controls.
Remarks
To disconnect an existing connection, you must first obtain the SequenceFileViewMgrConnections object from the SequenceFileViewMgr.Connections property. Then, access the SequenceFileViewMgrConnections.InsertionPalettes property to obtain the InsertionPaletteConnections collection.
Parameters
uiObj As Object
[In] Specifies the reference to an InsertionPalette control that displays the step type list and templates list.
See Also
SequenceFileViewMgr.Connections
SequenceFileViewMgrConnections