FormGroupControl.controlNum Method
Returns a FormControl object for a specified control in a form group control.
Syntax
public FormControl controlNum(int controlNo)
Run On
Client
Parameters
- controlNo
Type: int
An Integer data type that specifies a control in a form group control.
Return Value
Type: FormControl Class
A FormControl object that can be used to modify and provide information about a form control.