Controls
The Controls class represents a collection of form controls within a client form, providing access through an indexer.
Properties
| Name | Description |
|---|---|
| this[string id] | Retrieves a Control object by its identifier. If the control is found in the dictionary, it is returned; otherwise, null is returned. |
Constructors
| Name | Description |
|---|---|
| Controls(clientForm, formName, projectDeploymentUrl) | Initializes a new instance of the Controls class, setting up control data from the provided client form. |