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.2
Syntax
public void AddRange(
	Win32ToolBarButton[] buttons
)

Parameters

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