Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPopupWindow Class / OpenInContext Method / OpenInContext(NPopupWindow,NNode,NRectangle,ENPopupXPosition,ENPopupYPosition,ENPopupResize,ENPopupResize) Method


In This Topic
    OpenInContext(NPopupWindow,NNode,NRectangle,ENPopupXPosition,ENPopupYPosition,ENPopupResize,ENPopupResize) Method
    In This Topic
    Opens a popup window in a context fashion.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub OpenInContext( _
       ByVal popupWindow As NPopupWindow, _
       ByVal targetNode As NNode, _
       ByVal screenRect As NRectangle, _
       ByVal xpos As ENPopupXPosition, _
       ByVal ypos As ENPopupYPosition, _
       ByVal xres As ENPopupResize, _
       ByVal yres As ENPopupResize _
    ) 
    'Usage
     
    
    Dim popupWindow As NPopupWindow
    Dim targetNode As NNode
    Dim screenRect As NRectangle
    Dim xpos As ENPopupXPosition
    Dim ypos As ENPopupYPosition
    Dim xres As ENPopupResize
    Dim yres As ENPopupResize
     
    NPopupWindow.OpenInContext(popupWindow, targetNode, screenRect, xpos, ypos, xres, yres)

    Parameters

    popupWindow
    targetNode
    screenRect
    xpos
    ypos
    xres
    yres
    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