See Also

HtmlBoxMenuItemCollection Class  | HtmlBoxMenuItemCollection Members

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

index
The zero-based index at which the new elements should be inserted.
c
The collection whose elements are inserted into this collection.
See Also Languages PowerWEB TextBox for ASP.NET

InsertRange Method

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

Parameters

index
The zero-based index at which the new elements should be inserted.
c
The collection whose elements are inserted into this collection.

Remarks

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.

Requirements

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

See Also

HtmlBoxMenuItemCollection Class  | HtmlBoxMenuItemCollection Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.