Click or drag to resize

Win32ToolBarButtons Property

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

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

Return Value

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