Click or drag to resize
TabItemsCollection Class
A collection of TabItem objects.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public class TabItemsCollection : CollectionBase

The TabItemsCollection type exposes the following members.

Constructors
  NameDescription
Public methodTabItemsCollection
Initializes a new instance of the TabItemsCollection class
Top
Methods
  NameDescription
Public methodAdd
Adds a TabItem to the collection.
Public methodContains
Tests if this TabItemsCollection contains a given TabItem.
Public methodIndexOf
Gets the index of a specified TabItem.
Public methodInsert
Inserts a TabItem into this collection at the a given position.
Protected methodOnInsertComplete
Raises the ListChanged event after a new item is added.
(Overrides CollectionBaseOnInsertComplete(Int32, Object).)
Protected methodOnRemoveComplete
Raises the ListChanged event after an element is removed from the collection.
(Overrides CollectionBaseOnRemoveComplete(Int32, Object).)
Public methodRemove
Removes a given TabItem from this collection.
Public methodSetTabIndex
Sets the new index for a TabItem object.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the TabItem at a specified index.
Top
Events
  NameDescription
Public eventListChanged
Raised when the collection is modified.
Top
Remarks
This class provides a collection that can contain TabItem objects.
See Also