Click or drag to resize

Win32ToolBarToolBarButtonCollectionAddRange Method

Adds a collection of toolbar buttons to this toolbar button collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void AddRange(
	Win32ToolBarButton[] buttons
)

Parameters

buttons
Type: Jam.ShellWin32ToolBarButton
The collection of Win32ToolBarButton controls to add to this Win32ToolBarToolBarButtonCollection contained in an array.
See Also