Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the end of the specified connector is connected to a shape. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property EndConnected As MsoTriState
Get
'Usage
Dim instance As ConnectorFormat
Dim value As MsoTriState
value = instance.EndConnected
MsoTriState EndConnected { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the EndConnected property can be one of these MsoTriState constants.
Constant |
Description |
|---|---|
The end of the specified connector is not connected to a shape. |
|
The end of the specified connector is connected to a shape. |