Version

SetRange Method (HtmlBoxMenuItemCollection)

Copies the elements of a collection over a range of elements in this collection.
Syntax
'Declaration
 
Public Overrides Sub SetRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
public override void SetRange( 
   int index,
   ICollection c
)

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also