Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NInplaceEditor Class / NInplaceEditor Constructor


In This Topic
    NInplaceEditor Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal hxUh As NShape, _
       ByVal IxUh As NPage, _
       ByVal jxUh As NDrawingView _
    )
    'Usage
     
    
    Dim hxUh As NShape
    Dim IxUh As NPage
    Dim jxUh As NDrawingView
     
    Dim instance As New NInplaceEditor(hxUh, IxUh, jxUh)
    internal NInplaceEditor( 
       NShape hxUh,
       NPage IxUh,
       NDrawingView jxUh
    )

    Parameters

    hxUh
    IxUh
    jxUh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also