Version

VisibleItemsCollection Class Members

The following tables list the members exposed by VisibleItemsCollection.

Public Properties
 NameDescription
Public PropertyControlRead-only property that returns the UltraOfficeNavBar control that owns the Items collection.  
Public PropertyCountReturns the number of items in the collection  
Public PropertyIsSynchronizedGets a value indicating whether access to the collection is synchronized (thread-safe).  
Public PropertyItemOverloaded. The indexer of the item within the collection. The indexer is an integer.  
Public PropertySyncRootGets an object that can be used to synchronize access to the 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 MethodIndexOfMethod that removes a item from the Items collection.  
Public MethodSortOverloaded. Sorts the items in the collection by the ascending values of their resolved Text.  
See Also