Tab
- Last UpdatedJun 25, 2024
- 2 minute read
Use Tab control to group controls placed on the control (child controls) in your form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
Description |
Description for the control. |
Appearance
|
Property |
Description |
|---|---|
|
Visible |
Show or hide the control.
Note: If the value is No, then the child controls will be hidden even when the Visible property for the child controls is set to Yes. |
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
Advanced
|
Property |
Description |
|---|---|
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
Scripts
For information about using scripts, see scripting guidelines for Tab control.