FormEditor.AddInput

AddInput(string)

Creates a new InputElement and adds it to the end of the form.

public InputElement AddInput(string name)
ParameterTypeDescription
nameStringName of input element

Return Value

Returns a new created InputElement.

See Also


AddInput(string, InputElementType)

Creates a new InputElement and adds it to the end of the form.

public InputElement AddInput(string name, InputElementType type)
ParameterTypeDescription
nameStringName of input element
typeInputElementTypeType of input element

Return Value

Returns a new created InputElement.

See Also