Form class
đ Descriptionâ
The Form class defines a form for the Tripetto builder. It is derived from the Components.Card class. You can use any of the following form controls (or make your own control with the Control or DataControl abstract classes):
- Button
- Checkbox
- ColorPicker
- DateTime
- Dropdown
- Email
- Group
- HTML
- Notification
- Numeric
- Radiobutton
- Spacer
- Static
- Text
đ constructorâ
Creates a new Form instance.
Signatureâ
constructor(properties: IFormProperties): Form
Parametersâ
| Name | Type | Optional | Description | 
|---|---|---|---|
| properties | IFormProperties | No | Specifies the form properties. | 
Return valueâ
Returns a reference to the new Form instance.