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


In This Topic
    WinButtonCollection Class
    In This Topic
    Contains a list of WinButton controls.
    Object Model
    WinButtonCollection ClassWinButton Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class WinButtonCollection 
    'Usage
     
    Dim instance As WinButtonCollection
    [DefaultMember("Item")]
    public class WinButtonCollection 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also