ConnectorFormat.EndConnected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.