Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / BeginDisconnect Method


In This Topic
    BeginDisconnect Method (ConnectionShape)
    In This Topic
    Detaches the beginning of the specified connector from the shape it's attached to.
    Syntax
    'Declaration
     
    
    Public Sub BeginDisconnect() 
    'Usage
     
    
    Dim instance As ConnectionShape
     
    instance.BeginDisconnect()
    public 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