Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / EndDisconnect Method


In This Topic
EndDisconnect Method (IConnectorFormat)
In This Topic
Detaches the end of the specified connector from the shape it's attached to.
Syntax
'Declaration
 
Sub EndDisconnect() 
 
'Usage
 
Dim instance As IConnectorFormat
 
instance.EndDisconnect()
Remarks
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.
See Also