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.1
Syntax public IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator
Return Value
Type:
IEnumeratorAn
IEnumerator that represents the tree node collection.
Implements
IEnumerableGetEnumeratorSee Also