ArcFM Desktop Developer Guide
HiddenMdiTabCollection Class Members
Properties  Methods 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by HiddenMdiTabCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of MdiTabs defined in this MdiTab collection.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemOverloaded. Retrieve a MdiTab from the list of MdiTabs by its 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 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.  
Public MethodClearClears the list of tab groups. NOTE: The MDI tab group list cannot be cleared, it is managed by the MDI tabbed manager.  
Public MethodContainsOverloaded. Returns whether the specified MDI tab in the list of hidden tabs.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over the CommandCollection.  
Public MethodIndexOfReturns the index of the specified tab.  
Public MethodRemoveRemoves the specified MDI tab from list of hidden tabs. NOTE: A MDI tab cannot be directly removed from the tab collection. The associated MDI window must be made visible to remove it from the hidden tab collection.  
Top
See Also

Reference

HiddenMdiTabCollection Class
Miner.Windows.TabbedMdi Namespace

 

 


Send Comment