Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPopupWindowHost Class / ClosePopup Method / ClosePopup(ENWindowResult) Method


In This Topic
    ClosePopup(ENWindowResult) Method
    In This Topic
    Closes the popup and set specified result to its Result property.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub ClosePopup( _
       ByVal result As ENWindowResult _
    ) 
    'Usage
     
    
    Dim instance As NPopupWindowHost
    Dim result As ENWindowResult
     
    instance.ClosePopup(result)
    public virtual void ClosePopup( 
       ENWindowResult result
    )

    Parameters

    result
    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