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


In This Topic
    NDesktop Class
    In This Topic
    Represents the Desktop of a specific operating system or integration environment. An instance of this class can be obtained from the NApplication.Desktop property. The Desktop is the root element of the windows-widgets hierarchy and contains the root level windows of the application.
    Object Model
    NDesktop Class
    Syntax
    Remarks

    An instance of this element is automatically created when the NApplication is installed for a particular platform. For Desktop environments (such as Windows, MAC and Linux), the Desktop is associated with the Operating System Primary Screen. For RIA environments (such as Silverlight), the Desktop is associated with the Browser Plugin.

    To be functional, the windows that your applicaiton creates, need to descendants of the NApplication.Desktop element. The Desktop itself, holds a collection windows (child and top-level) that are considered to be the Root Windows for your applications. The NApplication static class provides helper functions for creating child and top-level root windows.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.UI.NDesktop

    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