Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPopupWindow Class / OpenInContext Method / OpenInContext(NPopupWindow,NNode,NPoint) Method
popup window to open
target node
screen position


In This Topic
    OpenInContext(NPopupWindow,NNode,NPoint) 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 screenPos As NPoint _
    ) 
    'Usage
     
    
    Dim popupWindow As NPopupWindow
    Dim targetNode As NNode
    Dim screenPos As NPoint
     
    NPopupWindow.OpenInContext(popupWindow, targetNode, screenPos)
    public static void OpenInContext( 
       NPopupWindow popupWindow,
       NNode targetNode,
       NPoint screenPos
    )

    Parameters

    popupWindow
    popup window to open
    targetNode
    target node
    screenPos
    screen position
    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