Version

VisibleTabsCollection Class Members

The following tables list the members exposed by VisibleTabsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection  
Public PropertyFirstSelectableTabReturns the first UltraTab object in the collection whose Visible and Enabled properties are both true.  
Public PropertyIsSynchronizedGets a value indicating whether access to the collection is synchronized (thread-safe).  
Public PropertyItemOverloaded. The indexer of the tabs within the collection. The indexer is an integer.  
Public PropertyLastSelectableTabReturns the last UltraTab object in the collection whose Visible and Enabled properties are both true.  
Public PropertySyncRootGets an object that can be used to synchronize access to the collection.  
Public PropertyTabControlRead-only property that returns the UltraTabControlBase control that owns the Tabs collection.  
Public Methods
 NameDescription
Public MethodCopyToOverloaded. Copies the elements of the collection to an Array, starting at a particular Array index.  
Public MethodGetEnumeratorIEnumerable Interface Implementation.  
Public MethodGetNextSelectableTabOverloaded. Returns the next UltraTab object in the collection whose Visible and Enabled properties are both true.  
Public MethodGetPreviousSelectableTabOverloaded. Returns the previous UltraTab object in the collection whose Visible and Enabled properties are both true.  
Public MethodIndexOfMethod that removes a tab from the Tabs collection.  
Public MethodSortOverloaded. Sorts the tabs in the collection by the ascending values of their UltraTab.Text properties.  
See Also