IForm interface
Namespace: NextDesign.Core
Description
Access object to form editor information.
If the IEditor's EditorType is "DocumentForm", you can access form-specific information by casting to this interface type.
Affiliation area
| Name | Description |
|---|---|
| Editor | APIs to access editors. |
Inherit Base
| Name | Description |
|---|---|
| IEditor | The access object to the editor information. |
Property
| Name | Description |
|---|---|
| Elements | List of form elements |
| RootControl | Form root element |
Method
| Name | Description |
|---|---|
| GetSelectedControls | Gets the form elements that are selected in the editor. The order of the collection of select elements is indeterminate. Returns an empty collection if there are no selected form elements. |