Click or drag to resize

DockingBarCollectionGetEnumerator Method

Return an enumerator that iterates over the collection.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public IEnumerator<DockingBar> GetEnumerator()

Return Value

Type: IEnumeratorDockingBar

Implements

IEnumerableTGetEnumerator
See Also