![]() | TabItemsCollection Class |
Namespace: Stingray.Grid
The TabItemsCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | TabItemsCollection | Initializes a new instance of the TabItemsCollection class |
Name | Description | |
---|---|---|
![]() | Add |
Adds a TabItem to the collection.
|
![]() | Contains |
Tests if this TabItemsCollection contains a given
TabItem.
|
![]() | IndexOf |
Gets the index of a specified TabItem.
|
![]() | Insert |
Inserts a TabItem into this collection at the a
given position.
|
![]() | OnInsertComplete |
Raises the ListChanged event after a new item is added.
(Overrides CollectionBaseOnInsertComplete(Int32, Object).) |
![]() | OnRemoveComplete |
Raises the ListChanged event after an element is
removed from the collection.
(Overrides CollectionBaseOnRemoveComplete(Int32, Object).) |
![]() | Remove |
Removes a given TabItem from this collection.
|
![]() | SetTabIndex |
Sets the new index for a TabItem object.
|
Name | Description | |
---|---|---|
![]() | ListChanged |
Raised when the collection is modified.
|