ToolBarButtonList.Insert Method

Public Sub Insert( _ 
ByVal index As Integer, _ 
ByVal value As ToolBarButton
)
This language is not supported or no code example is available.
public void Insert( 
int index
ToolBarButton value 
)
This language is not supported or no code example is available.

Parameters

index
int

value
ToolBarButton

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition