Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContextMenuPopupWindow Class / NContextMenuPopupWindow Constructor
The mini toolbar of the window.
The context menu of the window.
The command target for the commands of the mini toolbar and the context menu.


In This Topic
    NContextMenuPopupWindow Constructor
    In This Topic
    Creates a popup window that hosts the given toolbar and context menu.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal toolbar As NToolBar, _
       ByVal contextMenu As NWidget, _
       ByVal commandTarget As NNode _
    )
    'Usage
     
    
    Dim toolbar As NToolBar
    Dim contextMenu As NWidget
    Dim commandTarget As NNode
     
    Dim instance As New NContextMenuPopupWindow(toolbar, contextMenu, commandTarget)
    public NContextMenuPopupWindow( 
       NToolBar toolbar,
       NWidget contextMenu,
       NNode commandTarget
    )

    Parameters

    toolbar
    The mini toolbar of the window.
    contextMenu
    The context menu of the window.
    commandTarget
    The command target for the commands of the mini toolbar and the context menu.
    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