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

obj
The object to remove from the collection.
See Also Languages PowerWEB TextBox for ASP.NET

Remove Method

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

Removes the first occurrence of a specific object from the collection.

[Visual Basic]
Overrides Public Sub Remove( _    ByVal obj As Object _ )
[C#]
public override void Remove(    object obj );
[C++]
public: void Remove(    Object* obj ) override
[C++/CLI]
public: void Remove(    Object^ obj ) override

Parameters

obj
The object to remove from the collection.

Remarks

This method both removes the object from the collection (if found), 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.