GoDiagram Web Reference
StartRelink Method

true if the "To" port is being reconnected; false if it is the "From" end
Start the process of reconnecting an existing link at a given port.
Syntax
'Declaration
 
Public Overridable Sub StartRelink( _
   ByVal oldlink As IGoLink, _
   ByVal forwards As Boolean, _
   ByVal dc As PointF _
) 
public virtual void StartRelink( 
   IGoLink oldlink,
   bool forwards,
   PointF dc
)

Parameters

oldlink
forwards
true if the "To" port is being reconnected; false if it is the "From" end
dc
Remarks
This starts a transaction. On WinForms it also changes the cursor to a Hand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolLinking Class
GoToolLinking Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback