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.)

Properties

  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyItem
The indexer of the tab collection.

See Also