ArcFM Engine Developer Guide
MdiTabGroupCollection Class
Members 


Product Availability
Required Licenses
.NET Assembly
Provides the list of tabbed groups in the Mdi frame.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class MdiTabGroupCollection 
'Usage
 
Dim instance As MdiTabGroupCollection
[DefaultMember("Item")]
public class MdiTabGroupCollection 
Remarks

Because the list of tab groups can change (via drag and drop) without the framework being notified, the Infragistics system is used to maintain the list of tab groups defined for the MdiTabManager. This class wraps (and hides) the Infragistics MdiTabGroupsCollection. It provides an enumerator for iterating over the collection. The Tag property of each Infragistics MdiTabGroup is used to hold a reference to the corresponding framework MdiTabGroup object. The accessors for this class call the framework MdiTab.GetMdiTabGroup static function to ensure that a framework MdiTabGroup has been created and assigned to the Infragistics MdiTabGroup.

Inheritance Hierarchy

System.Object
   Miner.Windows.TabbedMdi.MdiTabGroupCollection

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

MdiTabGroupCollection Members
Miner.Windows.TabbedMdi Namespace

 

 


Send Comment