EndConnect(Shape,Int32,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub EndConnect( _
ByVal As Shape, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As ConnectionShape
Dim connectedShape As Shape
Dim connectionSite As Integer
Dim layout As Boolean
Dim updateParentBoundary As Boolean
instance.EndConnect(connectedShape, connectionSite, layout, updateParentBoundary)
public void EndConnect(
Shape ,
int ,
bool ,
bool
)
Parameters
- connectedShape
- connectionSite
- layout
- updateParentBoundary
See Also