ArcFM Desktop Developer Guide
Add Method (HiddenMdiTabCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The new MDI tab to be added.
Adds a new MDI tab to the hidden tab collection. NOTE: A MDI tab cannot be added directly to the collection. A MDI tab is created and added to the collection by the MDI tabbed manager when a MDI tabbed window (a Form derived from MdiTabForm) is created but not made visible or an existing MDI tabbed window is made not visible.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As MdiTab _
) 
'Usage
 
Dim instance As HiddenMdiTabCollection
Dim item As MdiTab
 
instance.Add(item)
public void Add( 
   MdiTab item
)

Parameters

item
The new MDI tab to be added.
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

HiddenMdiTabCollection Class
HiddenMdiTabCollection Members

 

 


Send Comment