ConnectorFormat.BeginConnected 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.
True if the beginning of the specified connector is connected to a shape.
public:
property Microsoft::Office::Core::MsoTriState BeginConnected { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState BeginConnected { get; }
Public ReadOnly Property BeginConnected As MsoTriState
Property Value
Remarks
MsoTriState can be one of the following MsoTriState constants:
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The beginning of the specified connector is connected to a shape.