See Also

HtmlBoxMenuItemCollection Members  | Dart.PowerWEB.TextBox Namespace

Requirements

Namespace: Dart.PowerWEB.TextBox

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerWEB TextBox for ASP.NET

HtmlBoxMenuItemCollection Class

Dart.PowerWEB.TextBox Namespace : HtmlBoxMenuItemCollection Class

Represents a collection used to manage HtmlBoxMenuItems.

For a list of all members of this type, see HtmlBoxMenuItemCollection members.

Inheritance Hierarchy

System.Object
   System.Collections.ArrayList
      Dart.PowerWEB.TextBox.HtmlBoxMenuItemCollection

Syntax

[Visual Basic]
Public Class HtmlBoxMenuItemCollection    Inherits ArrayList
[C#]
public class HtmlBoxMenuItemCollection : ArrayList
[C++]
public __gc class HtmlBoxMenuItemCollection : public ArrayList
[C++/CLI]
public ref class HtmlBoxMenuItemCollection : public ArrayList

Remarks

When the HtmlBox creates this collection internally, it provides a reference to the HtmlBoxMenu web control that is the "parent" of this collection. When items are added/removed to the collection, references to these items are also added/removed to the ASP.NET web control heirarchy. For this reason, it is NOT recommended that you create an object of this type within your code. Simply used the instance already created and initialized, and exposed as the HtmlBoxMenu.Items property of the HtmlBoxMenu control.

Requirements

Namespace: Dart.PowerWEB.TextBox

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

See Also

HtmlBoxMenuItemCollection Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.