ArcFM Engine Developer Guide
MainWindow Constructor


Constructs the framework's built-in main window.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New MainWindow()
public MainWindow()
Remarks
This constructor is called to create the main window for this application. The main window contains the CommandManager that handles toolbars and tools (CommandBars and Commands); the MdiTabManager that handles the MDI windows and supplies tabs and groupings for the MDI windows; the DockManager that handles dockable controls; and MainStatusBar that handles the status bar at the bottom of the main window. In addition, to prevent redrawing of MDI windows while the main window is being resized (since the drawing can be very slow), the main window style is set to allow notification of resize start and end so that events BeforeMainWindowResize and AfterMainWindowResize can be raised to inform the MDI windows.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainWindow Class
MainWindow Members

 

 


Send Comment