Nevron.Nov.UI Namespace / NTopLevelWindow Class


In This Topic
    NTopLevelWindow Class Properties
    In This Topic

    For a list of all members of this type, see NTopLevelWindow members.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the window must be automatically activated when opened. By default set to true.  
    Public PropertyGets or sets whether the window must automatically activate the frame of its owner window when activated. By defualt set to false.  
    Public PropertyGets or sets whether the owner window must be activated, when this popup window is closed. Has effect only if the window is the active window, when closed. By default set to true.  
    Public PropertyGets or sets whether the Close operation is allowed from the user interface of the window.  
    Public PropertyGets or sets whether the Maximize/Restore operation is allowed from the user interface of the window.  
    Public PropertyGets or sets whether the Minimize operation is allowed from the user interface of the window.  
    Public PropertyGets or sets whether the window can be resized in X dimenion.  
    Public PropertyGets or sets whether the window can be resized in Y dimenion.  
    Public PropertyGets or sets the bounds of the window (in Virtual Screen Coordinates).  
    Public PropertyDetermines whether the window should close if the user presses the "Escape" keyboard key. By default set to false.  
    Public PropertyGets or sets the frame (other) border  
    Public PropertyGets or sets the frame (other) border thickness  
    Public PropertyGets or sets the Height of the element  
    Public PropertyGets whether the window is currently active. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window is currently in an unstoppable closing procedure. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window is currently being dragged. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window frame should be displayed as active. This value is automatically updated by child windows, which have their MimicActiveOwner property set to true.  
    Public PropertyGets whether the window is currently maximized. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window is currently minimized. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window is opened or not. The value of this property is automatically updated by Nevron.  
    Public PropertyGets whether the window is currently being resized. The value of this property is automatically updated by Nevron.  
    Public PropertyGets or sets the window location (in Virtual Screen Coordinates).  
    Public PropertyGets or sets whether the window must be opend in modal fashion. When set to true, after the window is opened it becomes the one and only enabled window in the application. The only other windows that can possibly be activated are children or descendant windows of this window. Has effect prior to opening the window.  
    Public PropertyGets the child window that owns this top-level window. Returns null if the window is owned by a top-level window or is not owned at all.  
    Public PropertyGets the top level window that owns this top-level window. Returns null if the window is owned by a child window or is not owned at all.  
    Public PropertyGets the Window in which this element resides.  
    Public PropertyGets or sets whether the window is automatically removed from its parent node, when the window is closed. By default set to true.  
    Public PropertyGets or sets the thickness of the resize frame, through which the user can visually resize the window. Typically set through styling.  
    Public PropertyGets or sets the thickness of the window resize frame (the frame which the user can use to interactively resize the window). Typically set through styling.  
    Public PropertyGets or sets the result of the user interaction with the window.  
    Public PropertyGets or sets whether the window has a control box. The window control box consist of a Close box and optional Minimize and Maximize boxes (buttons).  
    Public PropertyGets or sets whether the window has a control menu drop down.  
    Public PropertyGets or sets whether the window is shown in the taskbar or not. Applicable only for environments with a taskbar (like Windows for example). Has effect prior to opening the window.  
    Public PropertyGets or sets whether the title bar needs to be shown.  
    Public PropertyGets or sets the window size  
    Public PropertyGets or sets the window start positioning mode. When set to Manual the window will raise the QueryManualStartPosition event prior to being opened. Has effect prior to opening the window.  
    Public PropertyGets or sets the window title string. This property has no effect if the ShowTitleBar is set to false.  
    Public PropertyGets or sets the title bar.  
    Public PropertyGets or sets the Width of the element  
    Public PropertyGets the X coordinate of the element box left-top corner in respect to the parent coordinate system.  
    Public PropertyGets or sets the Y coordinate of the element box left-top corner in respect to the parent coordinate system.  
    Top
    See Also