ArcFM Engine Developer Guide
MdiTabCollection Class Methods


For a list of all members of this type, see MdiTabCollection members.

Public Methods
 NameDescription
Public MethodAddAdds a new MDI tab to the 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 and made visible.  
Public MethodClearClears the list of tab. NOTE: The MDI tab 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 is in the list of 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 tabs. NOTE: A MDI tab cannot be directly removed from the tab collection. The associated MDI window must be closed to remove the tab.  
Top
See Also

Reference

MdiTabCollection Class
Miner.Windows.TabbedMdi Namespace

 

 


Send Comment