FormEditor.Item

FormEditor indexer (1 of 2)

Returns the element by specified index.

public FormElement this[int index] { get; }
ParameterDescription
indexThe index of the element

Return Value

Returns the element.

See Also


FormEditor indexer (2 of 2)

Returns the element by specified name or id.

public FormElement this[string name] { get; }
ParameterDescription
nameThe element name

Return Value

Returns the element.

See Also