Click or drag to resize
KaxTabCollection Methods

The KaxTabCollection type exposes the following members.

Methods
  Name Description
Public method Code example Add
Appends the specified KaxTab object to the end of the current KaxTabCollection.
Public method Code example AddRange
Appends the specified array of KaxTab objects to the end of the current KaxTabCollection.
Public method Contains
Determines whether the specified KaxTab object is in the current KaxTabCollection.
Public method Code example FindTab
Returns the first KaxTab that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindTabByText(String)
Searches the KaxTabControl control for the first KaxTab whose Text property is equal to the specified value.
Public method FindTabByText(String, Boolean)
Searches the KaxTabControl control for the first KaxTab whose Text property is equal to the specified value.
Public method FindTabByValue(String)
Searches the KaxTabControl control for the first KaxTab whose Value property is equal to the specified value.
Public method FindTabByValue(String, Boolean)
Searches the KaxTabControl control for the first KaxTab whose Value property is equal to the specified value.
Public method IndexOf
Determines the index of the specified KaxTab object in the collection.
Public method Insert
Inserts the specified KaxTab object in the current KaxTabCollection at the specified index location.
Public method Remove
Removes the specified KaxTab object from the current KaxTabCollection.
Public method RemoveAt
Removes the KaxTab object at the specified index from the current KaxTabCollection.
Top
See Also