Click or drag to resize

Win32ToolBarButtons Property

Gets the collection of Win32ToolBarButton controls assigned to the toolbar control.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public Win32ToolBarToolBarButtonCollection Buttons { get; }

Return Value

Win32ToolBarToolBarButtonCollection
A Win32ToolBarToolBarButtonCollection that contains a collection of Win32ToolBarButton controls.
See Also