'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal button As ToolBarButton _ )
'Usage Dim instance As ToolBarButtonCollection Dim index As Integer Dim button As ToolBarButton instance.Insert(index, button)
public void Insert( int index, ToolBarButton button )
Parameters
- index
- The index at which to insert the button.
- button
- The button to insert.