Copies the collection to an array.
[Visual Basic] Public Sub CopyTo( _ ByVal array As Array, _ ByVal startIndex As Integer _ ) Implements ICollection.CopyTo [C#] public void CopyTo( Array array, int startIndex ); [C++] public: void CopyTo( Array* array, int startIndex );
ICollection.CopyTo
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
ButtonList.ButtonListItemCollection Class | ButtonList.ButtonListItemCollection Members | Wimark.Controls Namespace