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.2
Syntax
public ToolBarButtonCollection(
	Win32ToolBar owner
)

Parameters

owner  Win32ToolBar
The Win32ToolBar that is the parent of the collection of Win32ToolBarButton controls.
See Also