The C1TabCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a tab object.
Public methodAddRange
Adds an array of tabs.
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodFindTabByText
Searches C1Tab node through the collection by the Text.
Public methodFindTabByValue
Searches C1Tab node through the collection by the Value.
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodIndexOf
Gets the index of tab object.
Public methodInsert
Inserts a tab object at specified position.
Public methodRemove
Removes the specified oab object.
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)

See Also