Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItemCollection Class : AddRange Method (HtmlBoxMenuItemCollection) |
Adds the elements from the passed collection to the end of the collection.
[Visual Basic]
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
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxMenuItemCollection Class | HtmlBoxMenuItemCollection Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.