'Declaration Public Function Add( _ ByVal button As ToolBarButton _ ) As Integer
'Usage Dim instance As ToolBarButtonCollection Dim button As ToolBarButton Dim value As Integer value = instance.Add(button)
public int Add( ToolBarButton button )
Parameters
- button
- The button to add.
Return Value
The index at which the button was added.