Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinButtonCollection Class / CopyTo Method
The array to copy the WinButton controls to.
The zero-based relative index in array where copying begins.


In This Topic
    CopyTo Method (WinButtonCollection)
    In This Topic
    Copies the WinButton controls stored in the collection an System.Array, beginning at the specified index location in the array
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As WinButtonCollection
    Dim array As Array
    Dim index As Integer
     
    instance.CopyTo(array, index)
    public void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    The array to copy the WinButton controls to.
    index
    The zero-based relative index in array where copying begins.
    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