Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / StartInplaceEditing Method
element whose implace editing must be started


In This Topic
    StartInplaceEditing Method
    In This Topic
    Starts the inplace editing of the specified diagram element
    Syntax
    'Declaration
     
    
    Public Overridable Sub StartInplaceEditing( _
       ByVal element As INInplaceEditable _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim element As INInplaceEditable
     
    instance.StartInplaceEditing(element)
    public virtual void StartInplaceEditing( 
       INInplaceEditable element
    )

    Parameters

    element
    element whose implace editing must be started
    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