FormBuildGroupControl.addControl Method
Adds a control to the control, based on the specified control type.
Syntax
public FormBuildControl addControl(FormControlType controlType, str controlName)
Run On
Client
Parameters
- controlType
Type: FormControlType Enumeration
A FormControlType enumeration value that indicates the type of control to add.
- 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.