Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportDragTool Class / OwnerViewport Method


In This Topic
    OwnerViewport Method
    In This Topic
    Helper method that gets the viewport to which a specific NViewportDragTool belongs.
    Syntax
    'Declaration
     
    
    Public Shared Function OwnerViewport( _
       ByVal tool As NViewportDragTool _
    ) As NViewportBase
    'Usage
     
    
    Dim tool As NViewportDragTool
    Dim value As NViewportBase
     
    value = NViewportDragTool.OwnerViewport(tool)
    public static NViewportBase OwnerViewport( 
       NViewportDragTool tool
    )

    Parameters

    tool
    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