Click or drag to resize

Win32ToolBarToolBarButtonCollectionGetEnumerator Method

Returns an enumerator that can be used to iterate through the toolbar button collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that represents the tree node collection.

Implements

IEnumerableGetEnumerator
See Also