ArcFM Engine Developer Guide
MdiTabForm Constructor


Specifies the unique key used to identify this form.
Performs the framework housekeeping needed for a user form that is displayed as a tabbed MDI form.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String _
)
'Usage
 
Dim key As String
 
Dim instance As New MdiTabForm(key)
public MdiTabForm( 
   string key
)

Parameters

key
Specifies the unique key used to identify this form.
Remarks
This constructor initializes its portion of the base display form and then adds this form to the list of MdiTabForms maintained by the MdiTabManager. The placement and display of the form as a tabbed MDI form cannot take place until the Load event for the main window. Therefore, this constructor sets private data to indicate that this is new form (not built from persisted data) which should be made visible. This constructor will be called by the LayoutManager during MainApp.InitializeApplication when the user form derived from this class is found via reflection and it is determined that the form does not have any associated persistence data.
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

MdiTabForm Class
MdiTabForm Members

 

 


Send Comment