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