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