NevronOpenVision
Nevron.Nov.UI Namespace / NTopLevelWindow Class
Members
NTopLevelWindow Class
Represents a top-level window, that can be opened in a top-most window fashion. The native window that is created is dependant on the integration platform. Top-level windows are used when you want to display top-most or popup content.
Object Model
NTopLevelWindow Class
Syntax
Remarks
Each top-level window raises the following events, that represent its' native peer lifetime:
  • Opened - raised prior to the window being shown.
  • Activated - raised after the window has been activated.
  • Deactivated - raised when an activate window becomes inactive.
  • Closing - raised before the window is closed (cancelable)
  • Closed - raised when the window has been closed
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.Diagram.DataVisualizer.NOrganizationChartEditorWindow
                           Nevron.Nov.Diagram.UI.NAddBookmarkDialog
                           Nevron.Nov.Diagram.UI.NArrangeShapesDialog
                           Nevron.Nov.Diagram.UI.NCornerRoundingDialog
                           Nevron.Nov.Diagram.UI.NEditBookmarksDialog
                           Nevron.Nov.Diagram.UI.NPresentationWindow
                           Nevron.Nov.Editors.NDomArrayEditorWindow<T>
                           Nevron.Nov.Editors.NEditorWindow
                           Nevron.Nov.Editors.NSelectChildTypeDialog
                           Nevron.Nov.Editors.NSelectImageDialog
                           Nevron.Nov.Grid.NFiltersEditor
                           Nevron.Nov.Schedule.NAppointmentEditDialog
                           Nevron.Nov.Schedule.NNotificationDialog
                           Nevron.Nov.Text.NCustomDialogWindow
                           Nevron.Nov.Text.NSendEmailDialog
                           Nevron.Nov.UI.NColorDialog
                           Nevron.Nov.UI.NCommandBarFloater
                           Nevron.Nov.UI.NDocumentMediaExportDialog<TContent>
                           Nevron.Nov.UI.NElementMediaExportDialog<TContent>
                           Nevron.Nov.UI.NMessageBox
                           Nevron.Nov.UI.NNavigationBarOptionsDialog
                           Nevron.Nov.UI.NPopupWindow
                           Nevron.Nov.UI.NProgressWindow
                           Nevron.Nov.UI.NTaskDialog
                           Nevron.Nov.UI.NTooltipWindow

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