Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a control to the control, based on the specified control type.
Syntax
public FormBuildControl addControl(FormControlType controlType, str controlName)
Run On
Called
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.