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 (in ShellBrowser.dll) Version: 7.2
Syntax
public void Insert(
	int index,
	Win32ToolBarButton button
)

Parameters

index  Int32
The indexed location within the collection to insert the toolbar button.
button  Win32ToolBarButton
The Win32ToolBarButton to insert.
See Also