Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NDiagramElementContainerTypeEditor Class / Edit Method
container to edit


In This Topic
    Edit Method (NDiagramElementContainerTypeEditor)
    In This Topic
    Shows a modal container node editor
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal container As INDiagramElementContainer _
    ) As System.Boolean
    'Usage
     
    
    Dim container As INDiagramElementContainer
    Dim value As System.Boolean
     
    value = NDiagramElementContainerTypeEditor.Edit(container)
    public static System.bool Edit( 
       INDiagramElementContainer container
    )

    Parameters

    container
    container to edit

    Return Value

    true if the user pressed the OK button, otherwise false
    Remarks
    If the specified container is attached to a document, the method will start a composite change transaction. If the user clicked the OK button, the transaction will be commited, otherwise it will be rolled back.
    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