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 of the element to remove.
See Also Languages PowerWEB TextBox for ASP.NET

RemoveAt Method

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

Removes the element at the specified index in the collection.

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

Parameters

index
The zero-based index of the element to remove.

Remarks

This method both removes the object from the collection, and removes the reference to this object 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.