Click or drag to resize

ControlElementsGetElements Method

Returns the control elements in the collection of the specified type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ControlElements GetElements(
	ControlElementType controlElementType
)

Parameters

controlElementType
Type: Omada.OE.ModelControlElementType

Return Value

Type: ControlElements
See Also