Click or drag to resize

Win32ToolBarToolBarButtonCollection Constructor

Initializes a new instance of the Win32ToolBarToolBarButtonCollection class and assigns it to the specified toolbar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ToolBarButtonCollection(
	Win32ToolBar owner
)

Parameters

owner
Type: Jam.ShellWin32ToolBar
The Win32ToolBar that is the parent of the collection of Win32ToolBarButton controls.
See Also