Click or drag to resize

Win32ToolBarToolBarButtonCollectionInsert Method

Inserts an existing toolbar button in the toolbar button collection at the specified location.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Insert(
	int index,
	Win32ToolBarButton button
)

Parameters

index
Type: SystemInt32
The indexed location within the collection to insert the toolbar button.
button
Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to insert.
See Also