[]
Contains properties and methods that apply to connectors.
public interface IConnectorFormat
Public Interface IConnectorFormat
Name | Description |
---|---|
BeginConnected | Gets a boolean value indicating whether the beginning of the specified connector is connected to a shape. |
BeginConnectedShape | Gets the IShape object that represents the shape that the beginning of the specified connector is attached to. |
BeginConnectionSite | Gets an integer that specifies the connection site that the beginning of a connector is connected to. |
EndConnected | Gets a boolean value indicating whether the end of the specified connector is connected to a shape. |
EndConnectedShape | Gets the IShape object that represents the shape that the end of the specified connector is attached to. |
EndConnectionSite | Gets an integer that specifies the connection site that the end of a connector is connected to. |
Type | Gets or sets a ConnectorType value that represents the connector format type. |
Name | Description |
---|---|
BeginConnect(IShape, int) | Attaches the beginning of the specified connector to a specified shape. |
BeginDisconnect() | Detaches the beginning of the specified connector from the shape it's attached to. |
EndConnect(IShape, int) | Attaches the end of the specified connector to a specified shape. |
EndDisconnect() | Detaches the end of the specified connector from the shape it's attached to. |