NevronOpenVision
Nevron.Nov.UI Namespace / NTopLevelWindow Class


NTopLevelWindow Class Methods

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

Public Methods
 NameDescription
Public MethodActivates the window.  
Public MethodCloses the window.  
Public MethodOverridden. Gets the margins of the element. This implementation returns the margins of the frame, which is caclulated to include the TitleBar and the frame border.  
Public MethodDetermines whether any of the window ancestor popup is currently in a closing procedure.  
Public MethodMaximizes the window. Has no effect if the window is not opened, or platform does not support maximization.  
Public MethodMinimizes the window. Has no effect if the window is not opened, or platform does not support minimization  
Public MethodOpens the window.  
Public MethodCenters the window in the owner window screen bounds.  
Public MethodCenters the window in the center of the screen.  
Public MethodCenters the window in the center of the screen working are.  
Public MethodRestores the window to its normal size. Has no effect if the window is not opened, or platform does not support restore.  
Public MethodHelper method, that setups the properties typically associated with application windows.  
Public MethodHelper method, that setups the properties typically associated with dialog windows.  
Public MethodHelper method, that setups the properties typically associated with popup windows.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Arranges the window content and the title bar.  
Protected MethodArranges the window content only (i.e. without the title bar).  
Internal Method  
Internal Method  
Protected MethodCalled when the user has pressed the "Escape" button to close the window.  
Protected MethodCreates a frame border wall.  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodGets the window peer clip to use. This implementation returns a window peer clip from the current frame border outer outline. No clip is returned in case the FrameBorder is null, or the frame border has no outer corner rounding (e.g. is outer rectangular)  
Internal Method  
Internal Method  
Internal MethodOverridden.   
Internal MethodOverridden.   
Protected MethodOverridden. Invalidates the arrange of element arrange parent.  
Protected MethodOverridden. Invalidates the display of element display parent.  
Protected MethodOverridden. Invalidates the measure of element measure parent.  
Internal Method  
Internal Method  
Protected MethodOverridden. Measures the window content and the title bar.  
Protected MethodMeasures the window content only (i.e. without the title bar).  
Protected MethodRaises the Activated event.  
Protected MethodRaises the Closed event.  
Protected MethodRaises the Closing event.  
Protected MethodRaises the Deactivated event.  
Protected MethodOverridden. Occurs when a keyboard key is pushed down.  
Protected MethodOverridden. Called when the window loses mouse capture.  
Protected MethodOverridden. Default handler for the NMouse.DownEvent event.  
Protected MethodOverridden. Default handler for the NMouse.MoveEvent event.  
Protected MethodOverridden. Default handler for the NMouse.UpEvent event.  
Protected MethodRaises the Opened event.  
Protected MethodOverridden. Paints the foreground of the box, which is performed after the custom painting in OnPostPaint  
Protected MethodRaises the QueryManualStartPosition event  
Protected MethodCalled when a title bar button has been clicked. This implementation performs the respective button action.  
Protected MethodCalled when the mouse left button is double clicked on the title bar header. This implementation Restores the window, if the window is maximized. Otherwise it Maximizes it.  
Protected MethodCalled when the mouse left button is down on the title bar header. This implementation starts the window dragging.  
Internal MethodOverridden.   
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodOverridden. Updates the bounds of the window peer (i.e. the native window associated with this window).  
Protected MethodUpdates the title bar of this window.  
Internal Method  
Internal MethodOverridden.   
Internal Method  
Internal MethodOverridden.   
Internal Method  
Internal Method  
Internal MethodOverridden.   
Internal Method  
Top
See Also