Version

MdiTabsCollection Class

Collection of MdiTab objects
Syntax
'Declaration
 
Public Class MdiTabsCollection 
   Inherits MdiTabsBaseCollection
public class MdiTabsCollection : MdiTabsBaseCollection 
Remarks

The MdiTabsCollection is a collection of MdiTab objects. Each MdiTab object in the collection may be accessed using either the index or Key.

The MdiTabsCollection is used by the MdiTabGroup to manage its collection of MdiTab objects. The order of the items in the collection is the order in which the items are displayed in the corresponding MdiTabGroupControl.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also