Share via


ConnectorFormat.BeginConnected Property

Determines whether the beginning of the specified connector is connected to a shape. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property BeginConnected As MsoTriState
    Get
'Usage
Dim instance As ConnectorFormat
Dim value As MsoTriState

value = instance.BeginConnected
MsoTriState BeginConnected { get; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the BeginConnected property can be one of these MsoTriState constants.

Constant

Description

msoFalse

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

msoTrue

The beginning of the specified connector is connected to a shape.

See Also

Reference

ConnectorFormat Interface

ConnectorFormat Members

Microsoft.Office.Interop.PowerPoint Namespace