ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1NavBarButton.ButtonCollection Class
Properties Methods


In This Topic
    C1NavBarButton.ButtonCollection Class Members
    In This Topic

    The following tables list the members exposed by C1NavBarButton.ButtonCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ICollection.  
    Public PropertyGets a value indicating whether the IList has a fixed size.  
    Public PropertyGets a value indicating whether the IList is read-only.  
    Public PropertyGets a value indicating whether access to the ICollection is synchronized  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the IList.  
    Public MethodCreates a new button, puts the button into the collection, returns the created button.  
    Public MethodAdds the elements of an ICollection to the end.  
    Public MethodRemoves all items from the IList.  
    Public MethodDetermines whether the IList contains a specific value.  
    Public MethodOverloaded. Copies the elements of the ICollection to an Array, starting at a particular Array index.  
    Public MethodDetermines the index of a specific item in the IList.  
    Public MethodDetermines the index of the item in the collection with the specified value of the ID property.  
    Public MethodInserts an item to the IList at the specified position.  
    Public MethodRemoves the first occurrence of a specific object from the IList.  
    Public MethodRemoves the IList item at the specified index.  
    Public MethodRemoves a range of elements.  
    Top
    See Also