Click or drag to resize

Win32ToolBarToolBarButtonCollectionAddRange Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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