Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItemCollection Class : InsertRange Method (HtmlBoxMenuItemCollection) |
Inserts the elements of a collection into this collection at the specified index.
[Visual Basic]
Overrides Public Sub InsertRange( _
ByVal index As Integer, _
ByVal c As ICollection _
)
[C#]
public override void InsertRange(
int index,
ICollection c
);
[C++]
public: void InsertRange(
int index,
ICollection* c
) override
[C++/CLI]
public:
void InsertRange(
int index,
ICollection^ c
) override
This method both inserts the objects in c into 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.