BCGControlBar Library for .NET
TabItemCollection Class
Members 




Inherits CollectionWithEvents class of the BCGSoft.Shared namespace
A collection of tab items objects in a tab strip control. This collection allows to get tab item from it by its related control, the point in client coordinates located on it, its text and index in the collection. The access to this collection you can get using the property TabCollection of the TabStrip  or TabControlEx.

Object Model
TabItemCollection ClassTabItem Class
Syntax
'Declaration
 
Public Class TabItemCollection 
   Inherits BCGSoft.Shared.CollectionWithEvents
'Usage
 
Dim instance As TabItemCollection
public class TabItemCollection : BCGSoft.Shared.CollectionWithEvents 
public __gc class TabItemCollection : public BCGSoft.Shared.CollectionWithEvents 
public ref class TabItemCollection : public BCGSoft.Shared.CollectionWithEvents 
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      BCGSoft.Shared.CollectionWithEvents
         BCGSoft.Controls.TabStrip.TabItemCollection

Requirements

Target Platforms: 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

Reference

TabItemCollection Members
BCGSoft.Controls.TabStrip Namespace

Send Feedback