Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / EndInplaceEditing Method
element whose implace editing must stop
whether to commit changes


In This Topic
    EndInplaceEditing Method
    In This Topic
    Ends the inplace editing of the specified diagram element
    Syntax
    'Declaration
     
    
    Public Overridable Sub EndInplaceEditing( _
       ByVal element As INInplaceEditable, _
       ByVal commit As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim element As INInplaceEditable
    Dim commit As System.Boolean
     
    instance.EndInplaceEditing(element, commit)
    public virtual void EndInplaceEditing( 
       INInplaceEditable element,
       System.bool commit
    )

    Parameters

    element
    element whose implace editing must stop
    commit
    whether to commit changes
    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