Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTaskDialog Class
Members


In This Topic
    NTaskDialog Class
    In This Topic
    A task dialog is a dialog box that can be used to display information and receive simple input from the user. It's similar to a message box, but contains many additional features such as support for header, content and footer, radio and command buttons and a verification check box.
    Object Model
    NTaskDialog Class
    Syntax
    Remarks
    Use the static Create method to create a task dialog and then use its properties to configure it. Finally subscribe to the Closed event and call the Open method to show the task dialog.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Dom.NVisual
                   Nevron.Nov.UI.NInputElement
                      Nevron.Nov.UI.NBoxElement
                         Nevron.Nov.UI.NWindow
                            Nevron.Nov.UI.NTopLevelWindow
                               Nevron.Nov.UI.NTaskDialog
                                  Nevron.Nov.Office.Draw.NDrawStoreAboutDialog
                                  Nevron.Nov.UI.NErrorDialog

    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