Gets a boolean value indicating whether the end of the specified connector is connected to a shape.
public bool IsEndConnected()
'Declaration
Public Function IsEndConnected() As Boolean
'Usage
Dim instance As ConnectionShape
Dim value As Boolean
value = instance.IsEndConnected()
Return Value
true
if the end of the specified connector is connected to a shape; otherwise, false
.