Skip to main content

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

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IEditorThe access object to the editor information.

Property

NameDescription
ElementsList of form elements
RootControlForm root element

Method

NameDescription
GetSelectedControlsGets 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.