Click or drag to resize

Win32ToolBarToolBarButtonCollectionAdd(Win32ToolBarButton) Method

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

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

Parameters

button  Win32ToolBarButton
The Win32ToolBarButton to be added after all existing buttons.

Return Value

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