Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDropDownEdit Class / CreatePopupWindow Method


In This Topic
    CreatePopupWindow Method (NDropDownEdit)
    In This Topic
    Overriden to create a NPopupWindow instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreatePopupWindow() As NPopupWindow
    'Usage
     
    
    Dim instance As NDropDownEdit
    Dim value As NPopupWindow
     
    value = instance.CreatePopupWindow()
    protected override NPopupWindow CreatePopupWindow()
    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