Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > Insert Method : Insert(Int32,BaseToolbarItem) Method |
Inserts an element into the collection at the specified index.
[Visual Basic]
Overloads Public Sub Insert( _
ByVal index As Integer, _
ByVal value As BaseToolbarItem _
)
[C#]
public void Insert(
int index,
BaseToolbarItem value
);
[C++]
public: void Insert(
int index,
BaseToolbarItem* value
)
[C++/CLI]
public:
void Insert(
int index,
BaseToolbarItem^ value
)
This method both inserts an object into 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
ToolbarItemCollection Class | ToolbarItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.