Wimark.Controls Class Library  

ToolBar.ToolBarButtonCollection.Insert Method

Inserts a ToolBarButton object to the collection.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal aValue As ToolBarButton _
)
 
[C#]
public void Insert( 
   int index, 
   ToolBarButton aValue 
);
[C++]
public: void Insert( 
   int index, 
   ToolBarButton* aValue 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolBar.ToolBarButtonCollection Class | ToolBar.ToolBarButtonCollection Members | Wimark.Controls Namespace | ToolBarButton