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 to start copying the elements of c.
c
The collection whose elements are copied to this collection.
See Also Languages PowerWEB TextBox for ASP.NET

SetRange Method

Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItemCollection Class : SetRange Method (HtmlBoxMenuItemCollection)

Copies the elements of a collection over a range of elements in this collection.

[Visual Basic]
Overrides Public Sub SetRange( _    ByVal index As Integer, _    ByVal c As ICollection _ )
[C#]
public override void SetRange(    int index,    ICollection c );
[C++]
public: void SetRange(    int index,    ICollection* c ) override
[C++/CLI]
public: void SetRange(    int index,    ICollection^ c ) override

Parameters

index
The zero-based index at which to start copying the elements of c.
c
The collection whose elements are copied to this collection.

Remarks

This method both copies the elements of c to this 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.