Class CustomButtonCollection
Stores collection of CustomButton instances.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<CustomButton>
CustomButtonCollection
Implements
System.Collections.Generic.IList<CustomButton>
System.Collections.Generic.ICollection<CustomButton>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<CustomButton>
System.Collections.Generic.IReadOnlyCollection<CustomButton>
System.Collections.Generic.IEnumerable<CustomButton>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Add(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Clear()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.ClearItems()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Contains(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.CopyTo(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton[], System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Count
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.IndexOf(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Insert(System.Int32, Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Items
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Remove(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.Generic.ICollection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Navigation
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CustomButtonCollection : ObservableCollectionBase<CustomButton>, IList<CustomButton>, ICollection<CustomButton>, IList, ICollection, IReadOnlyList<CustomButton>, IReadOnlyCollection<CustomButton>, IEnumerable<CustomButton>, IEnumerable
Constructors
CustomButtonCollection()
Declaration
public CustomButtonCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable