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 | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
BeginConnected | Determines whether the beginning of the specified connector is connected to a shape. Read/write. | |
BeginConnectedShape | Returns a Shape object that represents the shape that the beginning of the specified connector is attached to. Read-only. | |
BeginConnectionSite | Returns an integer that specifies the connection site that the beginning of a connector is connected to. Read-only. | |
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. | |
EndConnected | Determines whether the end of the specified connector is connected to a shape. Read-only. | |
EndConnectedShape | Returns a Shape object that represents the shape that the end of the specified connector is attached to. Read-only. | |
EndConnectionSite | Returns an integer that specifies the connection site that the end of a connector is connected to. Read-only | |
Parent | Returns the parent object for the specified object. | |
Type | Represents the type of connector. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
BeginConnect | Attaches the beginning of the specified connector to a specified shape. | |
BeginDisconnect | Detaches the beginning of the specified connector from the shape it is attached to. | |
EndConnect | Attaches the end of the specified connector to a specified shape. | |
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