Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItemCollection Class > Add Method : Add(HtmlBoxMenuItem) Method |
Adds an object to the end of the collection.
[Visual Basic]
Overloads Public Function Add( _
ByVal value As HtmlBoxMenuItem _
) As Integer
[C#]
public int Add(
HtmlBoxMenuItem value
);
[C++]
public: int Add(
HtmlBoxMenuItem* value
)
[C++/CLI]
public:
int Add(
HtmlBoxMenuItem^ value
)
The index to which value has been added.
This method both adds an object to the collection, and adds a reference to this object in the ASP.NET web control heirarchy.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxMenuItemCollection Class | HtmlBoxMenuItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.