The following tables list the members exposed by Tabs.
Name | Description | |
---|---|---|
Tabs Constructor | Initializes a new instance of the Tabs class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | The Item property allows for access to the TabItem objects contained in the collection. | |
Owner | Get a reference to the UltraWebTab which owns this collection. |
Name | Description | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds a TabItem object (Tab or TabSeparator) to the Tabs collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Check if tabs have a tab item. | |
ConvertTabIndexToCollectionIndex | Convert the index of an item within instances of the Tab class to the index of that item within the whole collection. | |
CopyTo | Copy tabs. | |
FromKey | Get a reference to the TabItem from the key. | |
FromKeyTab | Get a reference to the Tab from the key. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetTab | Get a reference to a Tab from the index within items of the Tab class. | |
GetTabIndex | Get the index of a Tab from its reference within items of the Tab class. | |
IndexOf | Get index of a tab item. | |
Insert | Adds a TabItem object (Tab or TabSeparator) to the Tabs collection at the specified index. | |
Remove | Remove tab item. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Overridden. Clear actions. | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Write insert action. | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Write remove action. | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |