GoDiagram Web Reference
IsValidFromPort Method

This predicate is called to decide if it is OK for a user to start drawing a link from a given port.
Syntax
'Declaration
 
Public Overridable Function IsValidFromPort( _
   ByVal fromPort As IGoPort _
) As Boolean
public virtual bool IsValidFromPort( 
   IGoPort fromPort
)

Parameters

fromPort

Return Value

By default this returns the result of calling IGoPort.CanLinkFrom
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