Click or drag to resize

Win32ToolBarToolBarButtonCollectionCount Property

Gets the number of buttons in the toolbar button collection.

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

Return Value

Type: Int32
The number of the Win32ToolBarButton controls assigned to the toolbar.

Implements

ICollectionCount
See Also