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.
System.Object
System.Collections.ArrayList
Dart.PowerWEB.TextBox.HtmlBoxMenuItemCollection
[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
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.
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)
HtmlBoxMenuItemCollection Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.