Win32ToolBarToolBarButtonCollection Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ToolBarButtonCollection(
Win32ToolBar owner
)
Public Sub New (
owner As Win32ToolBar
)
public:
ToolBarButtonCollection(
Win32ToolBar^ owner
)
new :
owner : Win32ToolBar -> ToolBarButtonCollection
Parameters
- owner
- Type: Jam.ShellWin32ToolBar
The Win32ToolBar that is the parent of the collection of Win32ToolBarButton controls.
See Also