Click or drag to resize

LayoutManagerGetEnumerator Method

Returns a read-only enumerator over the collection of fields in the Layout.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
A read-only enumerator over the collection of fields in the Layout.

Implements

IEnumerableGetEnumerator
Remarks
Each element returned by the Current method is a LayoutField. These elements are returned in the order they were added to the collection by the AddField(FieldType, String, Int32, Int32, String) method.
See Also