Version

ApplicationBarButtonsCollection Class Members

The following tables list the members exposed by ApplicationBarButtonsCollection.

Protected Constructors
 NameDescription
Protected ConstructorApplicationBarButtonsCollection ConstructorDeserialization constructor  
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  
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.  
Public MethodRemoveOverloaded. Removes the specified button from this collection.  
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>)
See Also