ArcFM Desktop Developer Guide
MdiTabGroupCollection Class Members
Properties  Methods 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by MdiTabGroupCollection.

Public Properties
 NameDescription
Public PropertyCountReturn the number of MdiTabGroups defined in this application.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemOverloaded. Retrieves a MdiTabGroup from the list of MdiTabGroups by index number in list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a new MDI tab group to the MDI tab manager's tab group collection. NOTE: A MDI tab group cannot be added directly to the collection. The associated MDI tab window should be added using...  
Public MethodClearClears the list of tab groups. NOTE: The MDI tab group list cannot be cleared, each associated window must be made invisible or closed to remove it from the list.  
Public MethodContainsOverloaded. Returns whether the specified MDI tab group is in the list of tab groups.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over the CommandCollection.  
Public MethodRemoveRemoves the specified MDI tab group from list of tab groups. NOTE: A MDI tab group cannot be directly removed from the tab group collection. The associated tabs must first be removed.  
Top
See Also

Reference

MdiTabGroupCollection Class
Miner.Windows.TabbedMdi Namespace

 

 


Send Comment