Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateConnectorTool Class / HighlightPorts Method
port 1
port 2


In This Topic
    HighlightPorts Method
    In This Topic
    Highlights the specified ports
    Syntax
    'Declaration
     
    
    Protected Overridable Sub HighlightPorts( _
       ByVal port1 As NPort, _
       ByVal port2 As NPort _
    ) 
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim port1 As NPort
    Dim port2 As NPort
     
    instance.HighlightPorts(port1, port2)
    protected virtual void HighlightPorts( 
       NPort port1,
       NPort port2
    )

    Parameters

    port1
    port 1
    port2
    port 2
    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