Class TabsCollection
Contents
[
Hide
]TabsCollection class
Contains a collection of TabCollection elements
public class TabsCollection : Collection<TabCollection>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Add(TabCollection) | Add the Tab object in the collection. |
| BinarySearch(TabCollection) | |
| BinarySearch(TabCollection, IComparer<TabCollection>) | |
| BinarySearch(int, int, TabCollection, IComparer<TabCollection>) | |
| Clear() | |
| Contains(TabCollection) | |
| CopyTo(TabCollection[]) | |
| CopyTo(TabCollection[], int) | |
| CopyTo(int, TabCollection[], int, int) | |
| Exists(Predicate<TabCollection>) | |
| Find(Predicate<TabCollection>) | |
| FindAll(Predicate<TabCollection>) | |
| FindIndex(Predicate<TabCollection>) | |
| FindIndex(int, Predicate<TabCollection>) | |
| FindIndex(int, int, Predicate<TabCollection>) | |
| FindLast(Predicate<TabCollection>) | |
| FindLastIndex(Predicate<TabCollection>) | |
| FindLastIndex(int, Predicate<TabCollection>) | |
| FindLastIndex(int, int, Predicate<TabCollection>) | |
| GetEnumerator() | |
| IndexOf(TabCollection) | |
| IndexOf(TabCollection, int) | |
| IndexOf(TabCollection, int, int) | |
| LastIndexOf(TabCollection) | |
| LastIndexOf(TabCollection, int) | |
| LastIndexOf(TabCollection, int, int) | |
| Remove(TabCollection) | Remove the Tab object from the collection. |
| RemoveAt(int) |
See Also
- class Collection<T>
- class TabCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram