Version

VisibleApplicationBarButtonsCollection Class Members

The following tables list the members exposed by VisibleApplicationBarButtonsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<ApplicationBarButton>)
Public PropertyItemOverloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<ApplicationBarButton>)
Protected Properties
Public Methods
 NameDescription
Public MethodAddAdds the specified ApplicationBarButton to this collection (Inherited from Infragistics.Win.UltraWinLiveTileView.ApplicationBarButtonsCollection)
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<ApplicationBarButton>)
Public MethodContainsReturns a boolean value indicating whether the specified item exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<ApplicationBarButton>)
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<ApplicationBarButton>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<ApplicationBarButton>)
Public MethodInsertInserts the specified button at the specified ordinal position within this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.ApplicationBarButtonsCollection)
Public MethodRemoveOverloaded. Removes the specified default ApplicationBarButton.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<ApplicationBarButton>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<ApplicationBarButton>)
Protected Methods
See Also