Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDesktop Class / StartModalRequests Method


In This Topic
    StartModalRequests Method
    In This Topic
    Starts modal dialog requests. When modal requests are started you can RequestShow common dialogs such as Open/Save FileDialogs, PrintDialog etc. The call to this method needs to be paired with CommitModalRequests(). This method has no effect in sandboxed environments such as Silverlight.
    Syntax
    'Declaration
     
    
    Public Sub StartModalRequests() 
    'Usage
     
    
    Dim instance As NDesktop
     
    instance.StartModalRequests()
    public void StartModalRequests()
    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