Dart.PowerWEB.TextBox Namespace : ToolbarItemCollection Class |
Represents a collection used to manage BaseToolbarItem controls.
For a list of all members of this type, see ToolbarItemCollection members.
System.Object
System.Collections.ArrayList
Dart.PowerWEB.TextBox.ToolbarItemCollection
[Visual Basic]
Public Class ToolbarItemCollection
Inherits ArrayList
[C#]
public class ToolbarItemCollection : ArrayList
[C++]
public __gc class ToolbarItemCollection : public ArrayList
[C++/CLI]
public ref class ToolbarItemCollection : public ArrayList
When the HtmlBox creates this collection internally, it provides a reference to the Toolbar 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 Toolbar.Items property of the Toolbar 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)
ToolbarItemCollection Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.