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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ToolBarButtonCollection(
	Win32ToolBar owner
)

Parameters

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