Share via


ConnectorFormat Members

Include Protected Members
Include Inherited Members

Contains properties and methods that apply to connectors.

The ConnectorFormat type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property BeginConnected Determines whether the beginning of the specified connector is connected to a shape. Read/write.
Public property BeginConnectedShape Returns a Shape object that represents the shape that the beginning of the specified connector is attached to. Read-only.
Public property BeginConnectionSite Returns an integer that specifies the connection site that the beginning of a connector is connected to. Read-only.
Public property Creator Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property EndConnected Determines whether the end of the specified connector is connected to a shape. Read-only.
Public property EndConnectedShape Returns a Shape object that represents the shape that the end of the specified connector is attached to. Read-only.
Public property EndConnectionSite Returns an integer that specifies the connection site that the end of a connector is connected to. Read-only
Public property Parent Returns the parent object for the specified object.
Public property Type Represents the type of connector. Read/write.

Top

Methods

  Name Description
Public method BeginConnect Attaches the beginning of the specified connector to a specified shape.
Public method BeginDisconnect Detaches the beginning of the specified connector from the shape it is attached to.
Public method EndConnect Attaches the end of the specified connector to a specified shape.
Public method EndDisconnect Detaches the end of the specified connector from the shape it is attached to. This method doesn't alter the size or position of the connector: the end of the connector remains positioned at a connection site but is no longer connected. Use the BeginDisconnect method to detach the beginning of the connector from a shape.

Top

See Also

Reference

ConnectorFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace