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 (in ShellBrowser.dll) Version: 7.0
Syntax
public IEnumerator GetEnumerator()

Return Value

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

Implements

IEnumerableGetEnumerator
See Also