See Also

ToolbarItemCollection Class  | ToolbarItemCollection 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 starting index of the range of elements to remove.
count
The number of elements to remove.
See Also Languages PowerWEB TextBox for ASP.NET

RemoveRange Method

Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class : RemoveRange Method (ToolbarItemCollection)

Removes a range of elements from the collection.

[Visual Basic]
Overrides Public Sub RemoveRange( _    ByVal index As Integer, _    ByVal count As Integer _ )
[C#]
public override void RemoveRange(    int index,    int count );
[C++]
public: void RemoveRange(    int index,    int count ) override
[C++/CLI]
public: void RemoveRange(    int index,    int count ) override

Parameters

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.

Remarks

This method both removes the range of objects from the collection, and removes the references 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

ToolbarItemCollection Class  | ToolbarItemCollection Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.