ArcFM Engine Developer Guide
MainWindow Class
Members 


Product Availability
Required Licenses
.NET Assembly
Defines the default main window for this application.
Syntax
'Declaration
 
Public Class MainWindow 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As MainWindow
public class MainWindow : System.Windows.Forms.Form 
Remarks
The main window of this application contains a CommandManager object, a DockManager object, and a MainStatusBar object. The facilities of the framework depend on the presence of these objects.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     Miner.Windows.MainWindow

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 Members
Miner.Windows Namespace

 

 


Send Comment