Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinButtonCollection Class
Properties Methods


    WinButtonCollection Class Members

    The following tables list the members exposed by WinButtonCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of WinButton controls in the collection.  
    Public PropertyGets a boolean value indicating whether the WinButtonCollection has a fixed size.  
    Public PropertyGets a boolean value indicating whether the WinButtonCollection is readonly.  
    Public PropertyGets a value indicating whether access to the collection is synchronized (thread-safe).  
    Public PropertyGets or sets the WinButton at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified WinButton to the collection.  
    Public MethodRemoves all the WinButtons from the collection.  
    Public MethodRetrieves a boolean value indicating if the specified WinButton exists in the collection.  
    Public MethodCopies the WinButton controls stored in the collection an System.Array, beginning at the specified index location in the array  
    Public MethodReturns an enumerator that can iterate through the WinButtonCollection.  
    Public MethodSearches for the specified WinButton and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a WinButton into the collection at the specified index.  
    Public MethodRemoves the specified WinButton from the collection.  
    Public MethodRemoves the WinButton from the collection at the specified index.  
    Top
    See Also