Click or drag to resize

Win32ToolBarToolBarButtonCollectionAdd Method (Win32ToolBarButton)

Adds the specified toolbar button to the end of the toolbar button collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public int Add(
	Win32ToolBarButton button
)

Parameters

button
Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to be added after all existing buttons.

Return Value

Type: Int32
The zero-based index value of the Win32ToolBarButton added to the collection.
See Also