Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / BeginConnect Method / BeginConnect(Shape,Int32,Boolean,Boolean) Method


In This Topic
    BeginConnect(Shape,Int32,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub BeginConnect( _
       ByVal connectedShape As Shape, _
       ByVal connectionSite As Integer, _
       ByVal layout As Boolean, _
       ByVal updateParentBoundary As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim connectedShape As Shape
    Dim connectionSite As Integer
    Dim layout As Boolean
    Dim updateParentBoundary As Boolean
     
    instance.BeginConnect(connectedShape, connectionSite, layout, updateParentBoundary)

    Parameters

    connectedShape
    connectionSite
    layout
    updateParentBoundary
    See Also