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