The following tables list the members exposed by VisibleTabsCollection.
Name | Description | |
---|---|---|
Count | Returns the number of items in the collection | |
FirstSelectableTab | Returns the first UltraTab object in the collection whose Visible and Enabled properties are both true. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Overloaded. The indexer of the tabs within the collection. The indexer is an integer. | |
LastSelectableTab | Returns the last UltraTab object in the collection whose Visible and Enabled properties are both true. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. | |
TabControl | Read-only property that returns the UltraTabControlBase control that owns the Tabs collection. |
Name | Description | |
---|---|---|
CopyTo | Overloaded. Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | IEnumerable Interface Implementation. | |
GetNextSelectableTab | Overloaded. Returns the next UltraTab object in the collection whose Visible and Enabled properties are both true. | |
GetPreviousSelectableTab | Overloaded. Returns the previous UltraTab object in the collection whose Visible and Enabled properties are both true. | |
IndexOf | Method that removes a tab from the Tabs collection. | |
Sort | Overloaded. Sorts the tabs in the collection by the ascending values of their UltraTab.Text properties. |