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
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.
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.