The C1TabCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a tab object.
|
![]() | AddRange |
Adds an array of tabs.
|
![]() | Clear |
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.) |
![]() | FindTabByText |
Searches C1Tab node through the collection by the Text.
|
![]() | FindTabByValue |
Searches C1Tab node through the collection by the Value.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | IndexOf |
Gets the index of tab object.
|
![]() | Insert |
Inserts a tab object at specified position.
|
![]() | Remove |
Removes the specified oab object.
|
![]() | RemoveAt |
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.) |