Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TabItemCollection Class

Represents a collection of TabItem objects.

For a list of all members of this type, see TabItemCollection Members.

System.Object
   EO.Web.NavigationItemCollection
      EO.Web.TabItemCollection

[Visual Basic]
Public Class TabItemCollection
    Inherits NavigationItemCollection
[C#]
public class TabItemCollection : NavigationItemCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used to store and manage a collection of TabItem objects. TabStrip uses it to store top level tab items in TabStrip.Items property. TabItemGroup object uses it to store sub items in TabItemGroup.Items property.

You can programmatically manage a TabItemCollection object by adding and removing TabItem objects. To add TabItem to the collection, use the Add method. To remove nodes from the collection, use the Remove, the RemoveAt, or the Clear method.

Note    DataBind method clears the TabItemGroup's Items collection.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

TabItemCollection Members | EO.Web Namespace


Direct link to this topic