See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

c
The collection whose elements should be added to the end of the ArrayList.
See Also Languages PowerWEB TextBox for ASP.NET

AddRange(ICollection) Method

Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > AddRange Method : AddRange(ICollection) Method

Adds the elements from the passed collection to the end of the collection.

[Visual Basic]
Overloads Overrides Public Sub AddRange( _    ByVal c As ICollection _ )
[C#]
public override void AddRange(    ICollection c );
[C++]
public: void AddRange(    ICollection* c ) override
[C++/CLI]
public: void AddRange(    ICollection^ c ) override

Parameters

c
The collection whose elements should be added to the end of the ArrayList.

Remarks

This method both adds the objects in c to the collection, and adds a reference to these objects in the ASP.NET web control heirarchy.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.