Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NInplaceEditTool Class / DetermineInplaceEditShape Method / DetermineInplaceEditShape() Method


In This Topic
    DetermineInplaceEditShape() Method
    In This Topic
    Determines the element for which inplace editing must occur. This implementation returns the anchor shape of the active page.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function DetermineInplaceEditShape() As NShape
    'Usage
     
    
    Dim instance As NInplaceEditTool
    Dim value As NShape
     
    value = instance.DetermineInplaceEditShape()
    protected virtual NShape DetermineInplaceEditShape()
    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