Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphPartContainer Class / UnregisterPart Method


In This Topic
    UnregisterPart Method
    In This Topic
    Removes a part from the container
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UnregisterPart( _
       ByVal part As NGraphPart _
    ) 
    'Usage
     
    
    Dim instance As NGraphPartContainer
    Dim part As NGraphPart
     
    instance.UnregisterPart(part)
    protected virtual void UnregisterPart( 
       NGraphPart part
    )

    Parameters

    part
    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