FormBuildControl.addControl Method

Adds a control to the control, based on the specified control type.

Syntax

public FormBuildControl addControl(FormControlType controlType, str controlName)

Run On

Called

Parameters

  • controlName
    Type: str
    The string value to set the name of the new control to.

Return Value

Type: FormBuildControl Class
A FormBuildControl object that represents the newly added control.

See Also

Reference

FormBuildControl Class