IsConnected Method Example

The following example determines whether the VerticalFillPercentage property of the Oval object Oval1 has a connection assigned to it.

Dim bIsConnected As Boolean

Dim lIndex As Long

Dim lStatus As Long

Oval1.IsConnected "VerticalFillPercentage", bIsConnected, lIndex, lStatus