Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / BeginDisconnect Method


In This Topic
    BeginDisconnect Method (IConnectorFormat)
    In This Topic
    Detaches the beginning of the specified connector from the shape it's attached to.
    Syntax
    'Declaration
     
    
    Sub BeginDisconnect() 
    'Usage
     
    
    Dim instance As IConnectorFormat
     
    instance.BeginDisconnect()
    void BeginDisconnect()
    Remarks
    This method doesn't alter the size or position of the connector: the beginning of the connector remains positioned at a connection site but is no longer connected.
    See Also