ConnectorFormat.EndConnected Property

Definition

msoTrue if the end of the specified connector is connected to a shape.

public:
 property Microsoft::Office::Core::MsoTriState EndConnected { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState EndConnected { get; }
Public ReadOnly Property EndConnected As MsoTriState

Property Value

Remarks

MsoTriState can be one of the following MsoTriState constants:

msoFalse The end of the specified connector is not connected to a shape.

msoTrue The end of the specified connector is connected to a shape.

Applies to